From 36043cb7bcb8cfb6b2984b54eed88962bbac9a82 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 29 Apr 2018 13:52:22 +0200 Subject: [PATCH] Bump version to 1.2.9 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 e01cf78a5..027986d50 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.2.9 +------------- - Fix regression where IMAP commands with '*' uidset argument wasn't working RELEASE 1.2.8 diff --git a/index.php b/index.php index 914373db9..06813fe9b 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.2.8 | + | Version 1.2.9 | | | | Copyright (C) 2005-2017, The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 8e3f29559..56711d0b9 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.2.8 | + | Version 1.2.9 | | | | Copyright (C) 2009-2017, The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 139ca6365..2b938c0a8 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -21,7 +21,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.2.8'); +define('RCMAIL_VERSION', '1.2.9'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 930417ac9..f238f97a2 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.8'); +define('RCUBE_VERSION', '1.2.9'); 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 af3d51815..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 9fa9fe1da..c595f3dd4 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.