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:
authorLukas Reschke <lukas@statuscode.ch>2017-07-17 09:16:22 +0300
committerGitHub <noreply@github.com>2017-07-17 09:16:22 +0300
commit515d83236b3a77efcd9e41e8acf9cd7a6e5eec2e (patch)
tree7a1b05495c976ab73a38ac3050326d3e40765c02
parent3fefa01709f6bf1c23d200ab68c3802c4fd1be72 (diff)
parentd9284685247ea246fbe18e5fbfa902258e62247c (diff)
Merge pull request #5728 from nextcloud/bump-stable12-version
12.0.1RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3a14aaee735..0933884d56e 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 0, 30);
+$OC_Version = array(12, 0, 1, 0);
// The human readable string
-$OC_VersionString = '12.0.0';
+$OC_VersionString = '12.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [