From fe0dc4eef845c5f187eb02c9e5ccfec08f641689 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 29 Apr 2018 13:46:34 +0200 Subject: [PATCH] Bump version to 1.1.12 and copyright to 2018 --- CHANGELOG | 2 ++ index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- skins/classic/templates/about.html | 2 +- skins/larry/templates/about.html | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ba206963a..a47483d34 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.1.12 +-------------- - Fix regression where IMAP commands with '*' uidset argument wasn't working RELEASE 1.1.11 diff --git a/index.php b/index.php index 0b2919bcc..93668225c 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.1.11 | + | Version 1.1.12 | | | | Copyright (C) 2005-2016, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index f95bb679f..fc30dac1f 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.1.11 | + | Version 1.1.12 | | | | Copyright (C) 2009-2016, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index f7714464d..a4979e329 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.1.11'); +define('RCMAIL_VERSION', '1.1.12'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 600d047d4..127ef7096 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.11'); +define('RCUBE_VERSION', '1.1.12'); define('RCUBE_CHARSET', 'UTF-8'); if (!defined('RCUBE_LIB_DIR')) { diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html index 0aeacd706..849309596 100644 --- a/skins/classic/templates/about.html +++ b/skins/classic/templates/about.html @@ -20,7 +20,7 @@

Roundcube Webmail

- +

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html index 9cc646b7d..f2ded62fb 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -14,7 +14,7 @@

Roundcube Webmail

- +

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.