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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-09-13 00:24:47 +0300
committerGitHub <noreply@github.com>2017-09-13 00:24:47 +0300
commitc3924068aa0a5c02fa09bf92c51248b5f8c2fb51 (patch)
tree1c48965e04b411e072b34e4e58ab1f85a7ab2c53
parent2e30eab8c7f20aca39a3ec1ee7fa8d11b212cc33 (diff)
parent48372f9108e10aed97639fa21e87d65d13fabea3 (diff)
Merge pull request #6472 from nextcloud/rc2
v12.0.3RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8faa8d678f8..966c3222a5a 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, 3, 0);
+$OC_Version = array(12, 0, 3, 1);
// The human readable string
-$OC_VersionString = '12.0.3 RC1';
+$OC_VersionString = '12.0.3 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [