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:
authorThomas Bruederli <thomas@roundcube.net>2021-10-17 23:36:20 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-10-17 23:36:20 +0300
commitf1d376ba278aa4d9c739a0f3b3961df26cda3c07 (patch)
tree1c98497b6c2f943bd4e0121d2667bb8d7b679779
parentec5eb742b2e58af325777946bf7632455b5237d0 (diff)
Set version to 1.5.0 + remove unstable note1.5.0
-rw-r--r--Makefile2
-rw-r--r--README.md8
-rw-r--r--index.php2
-rw-r--r--installer/index.php2
-rw-r--r--program/include/iniset.php2
-rw-r--r--program/lib/Roundcube/bootstrap.php2
-rw-r--r--public_html/index.php2
7 files changed, 6 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 3e6b3fa90..42f3f4797 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ roundcubemail-git: buildtools
(cd roundcubemail-git; find . -name '.gitignore' | xargs rm)
(cd roundcubemail-git; find . -name '.travis.yml' | xargs rm)
(cd roundcubemail-git; rm -rf tests plugins/*/tests .git* .tx* .ci* .editorconfig* index-test.php Dockerfile Makefile)
- (cd roundcubemail-git; sed -i '' 's/1.5-git/$(VERSION)/' index.php public_html/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php)
+ (cd roundcubemail-git; sed -i '' 's/1.5-git/$(VERSION)/' index.php public_html/index.php installer/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php)
(cd roundcubemail-git; sed -i '' 's/# Unreleased/# Release $(VERSION)'/ CHANGELOG.md)
buildtools: /tmp/composer.phar
diff --git a/README.md b/README.md
index 9b6ca6a08..0584aa0ba 100644
--- a/README.md
+++ b/README.md
@@ -4,14 +4,6 @@ Roundcube Webmail
[![Tests Status](https://github.com/roundcube/roundcubemail/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/roundcube/roundcubemail/actions/workflows/tests.yml)
-ATTENTION
----------
-This is just a snapshot from the GIT repository and is **NOT A STABLE
-version of Roundcube**. It's not recommended to replace an existing installation
-of Roundcube with this version. Also using a separate database for this
-installation is highly recommended.
-
-
INTRODUCTION
------------
Roundcube Webmail is a browser-based multilingual IMAP client with an
diff --git a/index.php b/index.php
index 954587fb6..f6c0739b4 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.5-git |
+ | Version 1.5.0 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/installer/index.php b/installer/index.php
index cd968868b..15d4cd569 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
- | Version 1.5-git |
+ | Version 1.5.0 |
| |
| Copyright (C) The Roundcube Dev Team |
| |
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 9e279953e..eb674ef18 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -20,7 +20,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '1.5-git');
+define('RCMAIL_VERSION', '1.5.0');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php
index 6592367b8..453f596c5 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.5-git');
+define('RCUBE_VERSION', '1.5.0');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');
diff --git a/public_html/index.php b/public_html/index.php
index f00deb159..9a242ef78 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
- | Version 1.5-git |
+ | Version 1.5.0 |
| |
| Copyright (C) The Roundcube Dev Team |
| |