From 9f1d185c4465195afa22556c7445ce2aa98e791b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 27 Oct 2019 09:45:15 +0100 Subject: [PATCH] Master is 1.5-git now --- index.php | 2 +- installer/index.php | 2 +- program/include/iniset.php | 2 +- program/lib/Roundcube/bootstrap.php | 2 +- public_html/index.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 40966fc83..2f0baac27 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4-git | + | Version 1.5-git | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/installer/index.php b/installer/index.php index 51963c462..e17aa8dee 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,7 @@ /** +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.4-git | + | Version 1.5-git | | | | Copyright (C) The Roundcube Dev Team | | | diff --git a/program/include/iniset.php b/program/include/iniset.php index 255925cab..3c3ab25a6 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -20,7 +20,7 @@ */ // application constants -define('RCMAIL_VERSION', '1.4-git'); +define('RCMAIL_VERSION', '1.5-git'); define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index f08533127..c834ef1ad 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.4-git'); +define('RCUBE_VERSION', '1.5-git'); define('RCUBE_CHARSET', 'UTF-8'); define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP'); diff --git a/public_html/index.php b/public_html/index.php index 8c7cdd0a3..c2b33e1e5 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.4-git | + | Version 1.5-git | | | | Copyright (C) The Roundcube Dev Team | | |