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>2013-10-16 12:51:44 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-10-16 12:51:44 +0400
commitd9972fae62493cb68a9ba1cb47752ec4009029ec (patch)
tree241f0f932960fb5aea0ddc39ac55a5d4cad5d8cf
parentada94fb5581569b24ae4f2ffcf6fdf46d7b67f84 (diff)
6.0 alpha 2v6.0.0alpha2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8386ee6f875..b87f4bf90c6 100644
--- a/version.php
+++ b/version.php
@@ -1,10 +1,10 @@
<?php
// 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(6, 00, 0, 0);
+$OC_Version=array(5, 00, 0, 1);
// The human radable string
-$OC_VersionString='6.0 alpha 1';
+$OC_VersionString='6.0 alpha 2';
// The ownCloud edition
$OC_Edition='';