diff options
author | thomascube <thomas@roundcube.net> | 2011-10-19 15:41:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-10-19 15:41:17 +0000 |
commit | 831fde154dc88d7e9c0912ac382192094b51f348 (patch) | |
tree | 0629cc36ddd8e25c3dfcfeb976bfe40eb19f056a /program/include | |
parent | 5da48a95224e925f4b070f2581a121516df33829 (diff) |
Set version strings to 0.7-beta1
Diffstat (limited to 'program/include')
-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 e19ed0bf5..bb6a4da07 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-svn'); +define('RCMAIL_VERSION', '0.7-beta1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); |