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>2016-06-14 09:55:25 +0300
committerGitHub <noreply@github.com>2016-06-14 09:55:25 +0300
commitae1ed8c2059cf9b1153e9459d7a9900e360a25d9 (patch)
tree1bee38b18cb2ac061b8b3d46899fcecae0c88671 /version.php
parentb63482bd97c96625b492ab209c530d748c9097a5 (diff)
Adjust release string
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f774d1a765b..7973a5b825a 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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, 3, 0);
+$OC_Version = array(9, 0, 50, 0);
// The human readable string
-$OC_VersionString = '9.0.0 alpha';
+$OC_VersionString = '9.0.0';
$OC_VersionCanBeUpgradedFrom = array(8, 2);