From 3a7a550518305194483b1f2a992bfb531879e860 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 24 Jul 2016 13:21:14 +0200 Subject: [PATCH] Bump version to 1.2.1 --- index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 743a9d6da..74d1533b1 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.0 | + | Version 1.2.1 | | | | Copyright (C) 2005-2016, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 12b301696..9ab21894b 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.0 | + | Version 1.2.1 | | | | Copyright (C) 2009-2016, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 6db710b1c..68544e85f 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.2.0'); +define('RCMAIL_VERSION', '1.2.1'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index c398d7ee7..2718997a2 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -55,7 +55,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.2.0'); +define('RCUBE_VERSION', '1.2.1'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {