diff options
author | thomascube <thomas@roundcube.net> | 2011-12-09 08:55:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-09 08:55:40 +0000 |
commit | 245a0ebb8877c577c5a8c9f2aaeed14d5d3f9c1b (patch) | |
tree | 2e20cbf081f22318f4881af580286f05d300892d /program | |
parent | 4f5257e5eb811919e757c654914ec3f47e6f021e (diff) |
Update version strings and changelog for 0.7 (stable) release
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 fcaa5557f..d22a09f23 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.7-beta2'); +define('RCMAIL_VERSION', '0.7'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |