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-05-20 21:31:24 +0300
committerGitHub <noreply@github.com>2017-05-20 21:31:24 +0300
commite23569ed689c46ea2f5186591fabe8d31e2b6839 (patch)
tree066d6118cbab40b04e86a81aa456d0d0b323ad9a
parentdf61c9e2834b2d979fd15bdec1c4b5b99a5a3e79 (diff)
parente6683f40078631b9e56d1dfa008e83d7ff4c6bbe (diff)
Merge pull request #4996 from nextcloud/stable12-versionv12.0.0RC3
12.0.0RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index da1d0a8bb66..cb59a11c4d1 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, 24);
+$OC_Version = array(12, 0, 0, 26);
// The human readable string
-$OC_VersionString = '12.0 RC2';
+$OC_VersionString = '12.0 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [