From 7515a28ee91b864426d0fe0c6b0d64099be6ae91 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 20 Jul 2014 14:09:02 +0200 Subject: Update Changelog and bump version --- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'program') diff --git a/program/include/iniset.php b/program/include/iniset.php index 757fbdba4..18c08983b 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.0.1'); +define('RCMAIL_VERSION', '1.0.2'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 25586b3ed..27c124ac9 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.1'); +define('RCUBE_VERSION', '1.0.2'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { -- cgit v1.2.3