Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2022-06-12 12:00:17 +0300
committerAleksander Machniak <alec@alec.pl>2022-06-12 12:00:17 +0300
commit3fd363672cb9ce5d552de30db8ccd4f4fa74ae2e (patch)
treecfabf302ae56c423b9383aa1bf5943178bdb60cf
parentca264770fd14ce614a3d1ce03676116dd691b051 (diff)
bump version1.6-rc
-rw-r--r--CHANGELOG.md2
-rw-r--r--index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
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');