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-03-01 01:59:59 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-03-01 01:59:59 +0400
commitdc0a7428bd727f920a51cb6a5a112ad6417fad0f (patch)
treeca241036995278ce93196459a9f1528eb7c04179
parent7534fae9bcaf074f4baaa5c95562ac1f3cb008ef (diff)
6.0.2v6.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f5bba71aaad..cd9981e39c7 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, 0, 2, 0);
+$OC_Version=array(6, 0, 2, 1);
// The human readable string
-$OC_VersionString='6.0.2 RC1';
+$OC_VersionString='6.0.2';
// The ownCloud edition
$OC_Edition='';