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 <213943+nickvergessen@users.noreply.github.com>2018-09-20 13:48:49 +0300
committerGitHub <noreply@github.com>2018-09-20 13:48:49 +0300
commit4d8f69f7a49d147b4b729910ec8f3e4e58c24475 (patch)
tree65c284aa4859342c612907b6b755da8c1e50ef16
parentea73f30d77b5e5cb8b5e168786a3bd485ea73027 (diff)
parente77bd8a8942586777a6e689cd6a695d6af74fc44 (diff)
Merge pull request #11173 from nextcloud/update-version-14.0.1v14.0.1RC1
Prepare 14.0.1 release
-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' => [