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>2014-02-25 16:56:06 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-02-25 16:56:06 +0400
commitdc11b87a1d1f35ca664058de2e5008b13acc9492 (patch)
treee14f1124a73b394391d8743ba6b06ae1fea01fb3
parent678afc4906382e8b7c18d4acf3b024b14c0c85aa (diff)
6.0.2 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1f53f302de5..f5bba71aaad 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, 16);
+$OC_Version=array(6, 0, 2, 0);
// The human readable string
-$OC_VersionString='6.0.1';
+$OC_VersionString='6.0.2 RC1';
// The ownCloud edition
$OC_Edition='';