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>2015-06-02 01:54:04 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-06-02 01:54:04 +0300
commit42293195bc82a1e6247a20aa21f0f8c963abed1b (patch)
tree39bb9f3b19b1614a78198d6300a730daaa6ca49c
parent18b4d54f8ae35bae8a2165f76b2080ed70f8897b (diff)
6.0.8RC2v6.0.8RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 948af21d237..c78052543d6 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, 8, 0);
+$OC_Version=array(6, 0, 8, 1);
// The human readable string
-$OC_VersionString='6.0.8 RC1';
+$OC_VersionString='6.0.8 RC2';
// The ownCloud edition
$OC_Edition='';