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:
authorC Montero-Luque <cml@owncloud.com>2015-06-23 18:59:06 +0300
committerC Montero-Luque <cml@owncloud.com>2015-06-23 18:59:06 +0300
commitf48fe48f19749a1b574150e3837acd22cc376072 (patch)
tree86e1d7e8c8d94b786993a42cf992a28d32b438c3
parent8f8470cf101b6f67ae4131714c6db067e3a20b4b (diff)
Version 6.0.9 betav6.0.9beta
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 31a40247fb6..afbaaed845f 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, 2);
+$OC_Version=array(6, 0, 9, 0);
// The human readable string
-$OC_VersionString='6.0.8';
+$OC_VersionString='6.0.9beta';
// The ownCloud edition
$OC_Edition='';