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>2018-12-06 17:59:34 +0300
committerGitHub <noreply@github.com>2018-12-06 17:59:34 +0300
commitf0abe398a86c340b7c1f760b17a6b1272b678b49 (patch)
tree270aa18b68f43e5c86a0724cd5c496127d6a0e0c
parent9f2d48cbe5bc028f87d7bf760358f8a6fdbbd730 (diff)
parentcf69bf583e2e9a640dd43c530d72a74d67a431a4 (diff)
Merge pull request #12847 from nextcloud/version/noid/15.0.0RC3v15.0.0RC3
15.0.0 RC 3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2709878fec5..9d4086baebf 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, 0, 8);
+$OC_Version = array(15, 0, 0, 9);
// The human readable string
-$OC_VersionString = '15.0.0 RC 2';
+$OC_VersionString = '15.0.0 RC 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [