summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
committerthomascube <thomas@roundcube.net>2011-09-29 07:00:34 +0000
commit502436dad02293899fb41a8bd9179f1449236136 (patch)
treee5c05a3e4a3e8f00af6f066115f166d485ad5faa /program/include/iniset.php
parentaa1b67aabb4393b4eda861217bdedd0f657ecef1 (diff)
We're on the road towards 0.7 now
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-xprogram/include/iniset.php2
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));