diff options
author | thomascube <thomas@roundcube.net> | 2011-09-29 07:00:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-09-29 07:00:34 +0000 |
commit | 502436dad02293899fb41a8bd9179f1449236136 (patch) | |
tree | e5c05a3e4a3e8f00af6f066115f166d485ad5faa /program | |
parent | aa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff) |
We're on the road towards 0.7 now
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 9c9e2ecd5..e19ed0bf5 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -37,7 +37,7 @@ foreach ($crit_opts as $optname => $optval) { } // application constants -define('RCMAIL_VERSION', '0.6-svn'); +define('RCMAIL_VERSION', '0.7-svn'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |