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-21 15:24:30 +0300
committerC Montero-Luque <cml@owncloud.com>2015-12-21 15:24:30 +0300
commit7562dc2c6e9039856ffda32a3dc966aaf1d5bf6f (patch)
tree0a76b9e57361acb7efb64517ba9badef5e458511
parent1ae1a63f79bc4b0a351e8f6c4b47fe7af8dc8dd3 (diff)
8.0.10v8.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 83d580f3979..187c54b3325 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, 1);
+$OC_Version=array(8, 0, 10, 2);
// The human readable string
-$OC_VersionString='8.0.10 RC2';
+$OC_VersionString='8.0.10';
// The ownCloud channel
$OC_Channel='git';