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>2017-04-06 08:31:44 +0300
committerGitHub <noreply@github.com>2017-04-06 08:31:44 +0300
commit485cb1aab9888a0632f15219b9ae95ff171d18aa (patch)
treedf226cd2923e0b4d33ce76c9730b4f805b15c8fc
parent1e40199bd3cc572f26014ab321832fa6aa50f49a (diff)
parent57cba00086f797447e260aae9239ca4d702fd608 (diff)
Merge pull request #4232 from nextcloud/stable9-increase-versionv9.0.58RC1
[stable9] Increase version to 9.0.58
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index af512d047d4..3e67dd421a1 100644
--- a/version.php
+++ b/version.php
@@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(9, 0, 57, 2);
+$OC_Version = array(9, 0, 58, 0);
// The human readable string
-$OC_VersionString = '9.0.57';
+$OC_VersionString = '9.0.58 RC1';
$OC_VersionCanBeUpgradedFrom = array(8, 2);