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-07-03 13:14:56 +0300
committerC Montero-Luque <cml@owncloud.com>2015-07-03 13:14:56 +0300
commit3bd5f5eb4cd43fda85f97d1caa216abb213ffaf0 (patch)
tree80616dcf18a7326ce317c637f281ea861a56eddd
parent229635d65a6192bee6a1d56bc9fa3d287aa05c0b (diff)
8.0.5v8.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cbe15186f95..4f6a626cf12 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, 5, 1);
+$OC_Version=array(8, 0, 5, 2);
// The human readable string
-$OC_VersionString='8.0.5RC1';
+$OC_VersionString='8.0.5';
// The ownCloud channel
$OC_Channel='git';