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-07-12 14:37:05 +0300
committerGitHub <noreply@github.com>2018-07-12 14:37:05 +0300
commit3cbbc8f90f40ab9d54706a1b99d4f8833f2a6529 (patch)
tree6e344364fc17364b73203000a69665f203234b1e
parent85733377f0bb0ce1e3f54f444856f8f67399b30f (diff)
parentced87feafd564f4ff7dce0f1e20560f9dc88a7bd (diff)
Merge pull request #10173 from nextcloud/version/noid/12.0.10RC1v12.0.10RC1
12.0.10 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ad8c6460abe..ca0680a63a1 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, 9, 0);
+$OC_Version = array(12, 0, 10, 0);
// The human readable string
-$OC_VersionString = '12.0.9';
+$OC_VersionString = '12.0.10 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [