diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-09 04:52:28 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-09 04:52:28 -0700 |
commit | 66510e20d36cb8da4f3012ef063de7bfce9b51aa (patch) | |
tree | c7fce405f2980b9e4ef73e213636f2cff5cadb7b /program | |
parent | 644f00d5a2a7e69091d979a0bc964f07fd2b1a51 (diff) | |
parent | b546b0dcfd1958a75cb6c90ace7d3552a76074f5 (diff) |
Merge pull request #1 from Brianetta/de-svn
Change version text to reflect new versioning system
Diffstat (limited to 'program')
-rw-r--r-- | program/include/iniset.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index dd361d52f..c39760882 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -40,7 +40,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.9-svn'); +define('RCMAIL_VERSION', '0.9-git'); define('RCMAIL_CHARSET', 'UTF-8'); define('RCMAIL_START', microtime(true)); |