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-13 01:46:00 +0300
committerGitHub <noreply@github.com>2016-06-13 01:46:00 +0300
commit3e93bd1e68c5f3c7ca0941d98729fe3ecd839373 (patch)
tree7f04053eb9890a3006b3e2f00cdd800182ed953a /version.php
parent470f23c8b95c70fb62bd938d4b43c7edd3910f35 (diff)
9.0.0 alpha it is
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 c90e84a79c7..f774d1a765b 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, 2, 2);
+$OC_Version = array(9, 0, 3, 0);
// The human readable string
-$OC_VersionString = '9.0.2';
+$OC_VersionString = '9.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = array(8, 2);