summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-03 14:21:35 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-03 14:21:35 +0200
commitdbbdcff862663373711d968821bb79a10aeb52a6 (patch)
tree2da99e2f715c6b410a7b51bab52f1ed8cc2c4823 /version.php
parentdcea6de26ad9d640a91064f35719d4a5a80cc64d (diff)
downloadnextcloud-server-dbbdcff862663373711d968821bb79a10aeb52a6.tar.gz
nextcloud-server-dbbdcff862663373711d968821bb79a10aeb52a6.zip
Increment version
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 24429434116..4421a06bea0 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(7, 8, 0, 0);
+$OC_Version=array(7, 8, 1, 0);
// The human readable string
$OC_VersionString='8.0 pre alpha';