From 3fd363672cb9ce5d552de30db8ccd4f4fa74ae2e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 12 Jun 2022 11:00:17 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebbf2d3e..3a058b86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog Roundcube Webmail -## Unreleased +## Release 1.6-rc - Update to jQuery-UI 1.13.1 (#8455) - Added possibility to make the logo image a link via the 'skin_logo' option (#8501) diff --git a/index.php b/index.php index 63e1d0855..cea3a1eec 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.6-git | + | Version 1.6-rc | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 6f9946eba..ad5ee2f8b 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -24,7 +24,7 @@ if (PHP_VERSION_ID < 70300) { } // application constants -define('RCMAIL_VERSION', '1.6-git'); +define('RCMAIL_VERSION', '1.6-rc'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index d1c40ad53..d83faa075 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) { } // framework constants -define('RCUBE_VERSION', '1.6-git'); +define('RCUBE_VERSION', '1.6-rc'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');