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-12-14 23:40:17 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-12-14 23:40:17 +0400
commit0d24b2248531be39cae6367602036d23fa5db067 (patch)
treeec608130ddbb7d05786118a6db56b224696f541a
parente8a696cff9abbd535125f49f3154c944f00b9dd8 (diff)
6.0.0av6.0.0a
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8d97b3afed5..d48c98fc42d 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, 13);
+$OC_Version=array(6, 00, 0, 14);
// The human readable string
-$OC_VersionString='6.0';
+$OC_VersionString='6.0.0a';
// The ownCloud edition
$OC_Edition='';