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:
authorFrank Karlitschek <frank@owncloud.org>2015-03-03 01:28:25 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-03-03 01:28:25 +0300
commiteb2ac86c5d645829477b327402a9881a3d6fdf2b (patch)
treecdcc5d5a62fc51b132557634cc3ff218df46e035
parent598c4fdcae23aeeb2e6a1f1eec29ffda5a04c65f (diff)
bump versionv8.0.1
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 1b671b53aee..b51d9925175 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, 1, 0);
+$OC_Version=array(8, 0, 1, 1);
// The human readable string
$OC_VersionString='8.0.1';