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-11-07 22:27:15 +0300
committerFrank Karlitschek <frank@owncloud.org>2014-11-07 22:27:15 +0300
commit60e955bde40b142267b41b0946a826a5ba3e749c (patch)
tree464220917a052d18d3218f5e59d96c1f6b6edc3f
parent3cb244dd2381bbfba66616ec71cfc775bea19d0d (diff)
6.0.6v6.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b5f9889ea63..9bd2ff91634 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, 6, 0);
+$OC_Version=array(6, 0, 6, 1);
// The human readable string
-$OC_VersionString='6.0.6 RC1';
+$OC_VersionString='6.0.6';
// The ownCloud edition
$OC_Edition='';