diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-04-21 19:16:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 19:16:05 +0200 |
commit | e094cf2f85f99459c82653221516d6cc5a2abbec (patch) | |
tree | 320237a438c6e6031a0db36adeaa04a52fb1bc8b | |
parent | 485cb1aab9888a0632f15219b9ae95ff171d18aa (diff) | |
parent | 0f98db5f2099b5ea81a2cde499141981b289f19b (diff) | |
download | nextcloud-server-stable9.tar.gz nextcloud-server-stable9.zip |
[stable9] Increase version to final 9.0.58
-rw-r--r-- | version.php | 4 |
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); |