From 444fdb6161bdb0c5e90d41e30803f10e8dd5f9e8 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 27 Sep 2016 20:51:52 +0200 Subject: [PATCH] Bump version to 1.2.2 --- CHANGELOG | 2 ++ index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d53cec00d3..dacc7483439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.2.2 +------------- - Enigma: Add possibility to configure gpg-agent binary location (enigma_pgp_agent) - Enigma: Fix signature verification with some IMAP servers, e.g. Gmail, DBMail (#5371) - Enigma: Make recipient key searches case-insensitive (#5434) diff --git a/index.php b/index.php index b09bede61e4..1c1049c4788 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.1 | + | Version 1.2.2 | | | | Copyright (C) 2005-2016, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 9ab21894bf9..e3ff47848fb 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.1 | + | Version 1.2.2 | | | | Copyright (C) 2009-2016, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 68544e85f72..67c5d449736 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.2.1'); +define('RCMAIL_VERSION', '1.2.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 2718997a259..015dbaf1ab7 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -55,7 +55,7 @@ } // framework constants -define('RCUBE_VERSION', '1.2.1'); +define('RCUBE_VERSION', '1.2.2'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {