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:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-13 17:24:53 +0300
committerJoas Schilling <nickvergessen@gmx.de>2015-02-13 17:24:53 +0300
commit113fd47a0b50cddceecc82fede952bacca3ad119 (patch)
tree9a46ca98464e211440bf59567877e40dd6a7ebbd /version.php
parent3a5b0a8cfc677c1decf464604e79117de3dbfd06 (diff)
Update version to a higher one then before
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index e50220be11b..89d8bc48a2a 100644
--- a/version.php
+++ b/version.php
@@ -3,7 +3,7 @@
// 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(8, 0, 0, 7);
+$OC_Version=array(8, 0, 0, 9);
// The human readable string
$OC_VersionString='8.0';