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-05-29 20:59:54 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-05-29 20:59:54 +0300
commit0899f66232f7c9a11100d6ab2df9c41d05854b48 (patch)
treea823b7e67bb793d1904b3d1a1f99be3d9b7c9315
parent231bc00a501f1ab9cea67b4d9fa6a87f1a1a7c30 (diff)
6.0.8 RC1v6.0.8RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0fa9c517460..948af21d237 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, 7, 1);
+$OC_Version=array(6, 0, 8, 0);
// The human readable string
-$OC_VersionString='6.0.7';
+$OC_VersionString='6.0.8 RC1';
// The ownCloud edition
$OC_Edition='';