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:
authorMorris Jobke <hey@morrisjobke.de>2019-02-25 21:32:50 +0300
committerGitHub <noreply@github.com>2019-02-25 21:32:50 +0300
commita621bc2f0d7f734c8deef557b91f9ecd7c122ece (patch)
tree022974a47e82acbf7777f699645d4ba117f2c108
parent57d59a7fa87230a482bd06761c43611b9e778e5b (diff)
parent82144e177d16aa76d839920f2d22e13b630c6f8c (diff)
Merge pull request #14370 from nextcloud/version/noid/15.0.5RC2v15.0.5RC2
15.0.2 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8f663403265..ea441132cc0 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(15, 0, 5, 1);
+$OC_Version = array(15, 0, 5, 2);
// The human readable string
-$OC_VersionString = '15.0.5 RC 1';
+$OC_VersionString = '15.0.5 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [