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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-11 17:26:07 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-20 11:58:49 +0300
commite77bd8a8942586777a6e689cd6a695d6af74fc44 (patch)
tree65c284aa4859342c612907b6b755da8c1e50ef16
parentea73f30d77b5e5cb8b5e168786a3bd485ea73027 (diff)
Prepare 14.0.1 release
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 67d4af2ebc1..462d6cb5079 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(14, 0, 0, 19);
+$OC_Version = array(14, 0, 1, 0);
// The human readable string
-$OC_VersionString = '14.0.0';
+$OC_VersionString = '14.0.1 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [