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-30 16:39:19 +0300
committerGitHub <noreply@github.com>2017-07-30 16:39:19 +0300
commit0a369747a0856035369fb072e7215fa92322ad17 (patch)
treeb0abc64c86d5b6af1f7b77283654bc8424361e37
parenta6499afb5bf1e7af46d4475a02fee19ebecd28dc (diff)
parent4b325da037a4ba00104189398181626a76d20dc6 (diff)
Merge pull request #5924 from nextcloud/12.0.1rc4v12.0.1RC4
12.0.1RC4
-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' => [