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:
authorMorris Jobke <hey@morrisjobke.de>2018-01-22 15:48:41 +0300
committerGitHub <noreply@github.com>2018-01-22 15:48:41 +0300
commit74ee895cc7e3719190bf0780eee913e2dc82ebfb (patch)
treee1e02db478ee84bb06425801e16010e53a771e8b
parentc0806e5445bdb40ab3b4c19b3e7c4bfcf36b6966 (diff)
parentd095de571014c3230049d0591ced70125e5d516a (diff)
Merge pull request #7981 from nextcloud/12.0.5-rc3-prepv12.0.5RC3
12.0.5 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c1ffbffddc7..968ee28a79f 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, 5, 1);
+$OC_Version = array(12, 0, 5, 2);
// The human readable string
-$OC_VersionString = '12.0.5 RC2';
+$OC_VersionString = '12.0.5 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [