summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2014-01-16 17:09:54 +0100
committerFrank Karlitschek <frank@owncloud.org>2014-01-16 17:09:54 +0100
commita4e842f19a25bf5e42bb4d837475dbdb2f0d49cc (patch)
tree532f38e2e1b8d3cf2916b378f48bd2bb1bc24dfb
parentaec0f06501312863fd719f01c72909a80cfa7d38 (diff)
downloadnextcloud-server-a4e842f19a25bf5e42bb4d837475dbdb2f0d49cc.tar.gz
nextcloud-server-a4e842f19a25bf5e42bb4d837475dbdb2f0d49cc.zip
6.0.1 RC1v6.0.1RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d48c98fc42d..b2d4201b0a7 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, 14);
+$OC_Version=array(6, 00, 0, 15);
// The human readable string
-$OC_VersionString='6.0.0a';
+$OC_VersionString='6.0.1 RC1';
// The ownCloud edition
$OC_Edition='';