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-08-04 16:35:57 +0300
committerGitHub <noreply@github.com>2017-08-04 16:35:57 +0300
commit0fabfaba69aaae940f8c47ceb0582c986ce0487c (patch)
tree9fdffe0cb7bb3bc1c9159d55a709a1f758ad618e
parent91b6d903f72da52152b6e9d194365193e0b47199 (diff)
parent4805ea24adb35020a6e8571fc70fd96bb1983fa3 (diff)
Merge pull request #5976 from nextcloud/12.0.1rc5
v12.0.1RC5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6b41098de55..310f83cfd50 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, 1, 3);
+$OC_Version = array(12, 0, 1, 4);
// The human readable string
-$OC_VersionString = '12.0.1 RC4';
+$OC_VersionString = '12.0.1 RC5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [