From 4c1394cf2d8824503c1fb9c132ae595ba68f9f9b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 27 Nov 2016 17:42:10 +0100 Subject: [PATCH] Bump version to 1.1.7 --- 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 e63b5f773..62bf50ee6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.1.7 +------------- - Fix vulnerability in handling of mail()'s 5th argument RELEASE 1.1.6 diff --git a/index.php b/index.php index 45b4f7cff..359e791e7 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.1.6 | + | Version 1.1.7 | | | | Copyright (C) 2005-2016, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 7384b15e6..1062ef926 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.1.6 | + | Version 1.1.7 | | | | Copyright (C) 2009-2016, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index a7c9db5ef..131b960fd 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.1.6'); +define('RCMAIL_VERSION', '1.1.7'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 5f2b61fca..61f8d6d4d 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.1.6'); +define('RCUBE_VERSION', '1.1.7'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) {