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-04-15 23:16:26 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-04-15 23:16:26 +0300
commitf50798a674bf223e1c8015b9a27287b2ac6c9f1a (patch)
treead14033b81766b10fd8f59537d4ed0414969684d
parent8653da6c16597959c7bd0f0b202747ff96204575 (diff)
8.1 alpha 1v8.1.0alpha1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0872d7c61f2..f5ede61afd9 100644
--- a/version.php
+++ b/version.php
@@ -23,10 +23,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(8, 1, 0, 1);
+$OC_Version=array(8, 1, 0, 2);
// The human readable string
-$OC_VersionString='8.1 pre alpha';
+$OC_VersionString='8.1 alpha 1';
// The ownCloud channel
$OC_Channel='git';