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-04 03:41:47 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-06-04 03:41:47 +0300
commitb1755bb7b0dda0a4c17f1a02324095c038fbba20 (patch)
tree381196a8d17eafb17d91158386444c45b7e022ad
parent42293195bc82a1e6247a20aa21f0f8c963abed1b (diff)
6.0.8v6.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c78052543d6..31a40247fb6 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, 1);
+$OC_Version=array(6, 0, 8, 2);
// The human readable string
-$OC_VersionString='6.0.8 RC2';
+$OC_VersionString='6.0.8';
// The ownCloud edition
$OC_Edition='';