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:
authorC Montero-Luque <cml@owncloud.com>2016-03-08 16:48:12 +0300
committerC Montero-Luque <cml@owncloud.com>2016-03-08 16:48:12 +0300
commit81f694d83e8246d9b6482b773c8bdca675c51828 (patch)
treed7479095558f5061d6fc5a41313c1b1b2833f958
parentf9a80a9c12d80cd8979d21a4c956d936a3616b63 (diff)
9.0.0v9.0.0
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a4d2a62135a..3a8bd5adaea 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, 0, 18);
+$OC_Version = array(9, 0, 0, 19);
// The human readable string
-$OC_VersionString = '9.0.0 RC3';
+$OC_VersionString = '9.0.0';
$OC_VersionCanBeUpgradedFrom = array(8, 2);