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-11-22 18:59:14 +0300
committerGitHub <noreply@github.com>2018-11-22 18:59:14 +0300
commit510f720778646499c622c967752c53884e325cb5 (patch)
tree89e0caf318e99e2fe23463a4b8671f512efa3628
parent2e52ea5ad47386bd135beddd6e425d82466ebe1c (diff)
parentc3c626a75e04230f218f162557e0fbf437ecb4b3 (diff)
Merge pull request #12581 from nextcloud/version/noid/15.0.0rc1v15.0.0RC1
15.0.0 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b99102a65f4..22fddc4dac2 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, 6);
+$OC_Version = array(15, 0, 0, 7);
// The human readable string
-$OC_VersionString = '15.0.0 beta 2';
+$OC_VersionString = '15.0.0 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [