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-28 17:03:36 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-07-28 17:03:36 +0300
commit4b325da037a4ba00104189398181626a76d20dc6 (patch)
tree912af019a43f1d67cfcd5178d4f0121691c75e09
parent7425316b29bd41bd1353710050beafbe99570766 (diff)
12.0.1RC4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5c60f76e469..6b41098de55 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, 2);
+$OC_Version = array(12, 0, 1, 3);
// The human readable string
-$OC_VersionString = '12.0.1 RC3';
+$OC_VersionString = '12.0.1 RC4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [