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-06 21:25:21 +0300
committerGitHub <noreply@github.com>2017-08-06 21:25:21 +0300
commitbfca9fbf115741e47a847ddb0116de1f82e8ba8d (patch)
treed96690c781d8b58e036891a6ba3819b51ae9c7e8
parent06a9357a49e58e7c069d2ff03e2fed9c3f4f265a (diff)
parent3640898e808bc50f8798b6eeb170e4e5bfd2344d (diff)
Merge pull request #5989 from nextcloud/final-version-bump-stable12v12.0.1
Bump version to 12.0.1.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 310f83cfd50..2e3a5b5d996 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, 4);
+$OC_Version = array(12, 0, 1, 5);
// The human readable string
-$OC_VersionString = '12.0.1 RC5';
+$OC_VersionString = '12.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [