diff options
author | alecpl <alec@alec.pl> | 2010-10-12 09:12:43 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-12 09:12:43 +0000 |
commit | fddd6f2db0dba4d106358aad6529134622fd3c2d (patch) | |
tree | 5847ded4663497fa78ddcef4c5475af6e89de417 /program | |
parent | ba12c76300387988c95417d97b50243a9682d4b6 (diff) |
- update RCMAIL_VERSION
Diffstat (limited to 'program')
-rwxr-xr-x | 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 46a76a4bd..c1eca54a7 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -36,7 +36,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.4-trunk'); +define('RCMAIL_VERSION', '0.5-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |