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:
Diffstat (limited to 'program/include/iniset.php')
-rw-r--r--program/include/iniset.php2
1 files changed, 1 insertions, 1 deletions
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')) {