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-12-19 01:34:08 +0300
committerC Montero-Luque <cml@owncloud.com>2015-12-19 01:34:08 +0300
commit1ae1a63f79bc4b0a351e8f6c4b47fe7af8dc8dd3 (patch)
tree6ff2561fd1e21d141d1bff0c32eaedcae3d3f911
parent990f86d3d4a20a33d7c6106fdba35846846c9cf6 (diff)
8.0.10 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 821e9122301..83d580f3979 100644
--- a/version.php
+++ b/version.php
@@ -3,10 +3,10 @@
// 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(8, 0, 10, 0);
+$OC_Version=array(8, 0, 10, 1);
// The human readable string
-$OC_VersionString='8.0.10 RC1';
+$OC_VersionString='8.0.10 RC2';
// The ownCloud channel
$OC_Channel='git';