diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-09-27 00:16:22 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-09-27 00:16:22 +0200 |
commit | 3febefe03a3d72dc9c41f0261ff886208eb1a7f3 (patch) | |
tree | ce2b78770eefeabc89ff684832ae27fb05773d85 /program | |
parent | fef904c6b16a83ee9aa6dfb7eff35d2934b07d19 (diff) |
Updated Changelog + bump version
Diffstat (limited to 'program')
-rw-r--r-- | program/include/iniset.php | 2 | ||||
-rw-r--r-- | program/lib/Roundcube/bootstrap.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 18c08983b..981a53d18 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.0.2'); +define('RCMAIL_VERSION', '1.0.3'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 27c124ac9..4a466827b 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -54,7 +54,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.0.2'); +define('RCUBE_VERSION', '1.0.3'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { |