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:
authorDaniel Molkentin <danimo@owncloud.com>2016-08-18 14:15:46 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-08-18 14:15:46 +0300
commit1d3a157648c73710ac9bf1393a5afebf828f9baf (patch)
treea4ae4057b1dfee0ea44c190f1972c21b19d5db85
parent45e40494a0c912f79b3d582adb97a3ed9a014f1e (diff)
ownCloud Server 9.0.5 RC1v9.0.5RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5f2c604be32..b4b3f603a37 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, 4, 2);
+$OC_Version = array(9, 0, 5, 0);
// The human readable string
-$OC_VersionString = '9.0.4';
+$OC_VersionString = '9.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = array(8, 2);