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-04-21 20:16:05 +0300
committerGitHub <noreply@github.com>2017-04-21 20:16:05 +0300
commite094cf2f85f99459c82653221516d6cc5a2abbec (patch)
tree320237a438c6e6031a0db36adeaa04a52fb1bc8b
parent485cb1aab9888a0632f15219b9ae95ff171d18aa (diff)
parent0f98db5f2099b5ea81a2cde499141981b289f19b (diff)
Merge pull request #4421 from nextcloud/stable9-final-versionv9.0.58stable9
[stable9] Increase version to final 9.0.58
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3e67dd421a1..30f89bfa8c7 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, 58, 0);
+$OC_Version = array(9, 0, 58, 1);
// The human readable string
-$OC_VersionString = '9.0.58 RC1';
+$OC_VersionString = '9.0.58';
$OC_VersionCanBeUpgradedFrom = array(8, 2);