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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-01-09 22:22:42 +0300
committerGitHub <noreply@github.com>2019-01-09 22:22:42 +0300
commit0b826050f183838d7eafe1c251d5fa3db3f49012 (patch)
treef6d42ffccec561127919482b2114a9af2f3f4445
parentcf35e044ed6d3cf7b7d75c43b56d72f8a3703718 (diff)
parent2917fa5ea3824016364814eeb4f3e45fce76a014 (diff)
Merge pull request #13452 from nextcloud/version/noid/15.0.1RC2v15.0.1RC2
15.0.1 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 030c48d86f3..01d8381a4d1 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, 1, 0);
+$OC_Version = array(15, 0, 1, 1);
// The human readable string
-$OC_VersionString = '15.0.1 RC 1';
+$OC_VersionString = '15.0.1 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [