summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-14 12:41:14 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-14 12:41:14 +0200
commitd063993a4b05930e8aeccee1298e28084e3dccab (patch)
treec71de6bc1e561bc6f4897b1d5e4738f29fa5801f /program/include/iniset.php
parentbf73e037d63e15728160b545531eaf7948dc4092 (diff)
Update changelog & bump version
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 981425393..afb3be161 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -38,7 +38,7 @@ foreach ($crit_opts as $optname => $optval) {
}
// application constants
-define('RCMAIL_VERSION', '0.7.2');
+define('RCMAIL_VERSION', '0.7.3');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
define('RCMAIL_START', microtime(true));