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-05 23:38:53 +0300
committerGitHub <noreply@github.com>2019-01-05 23:38:53 +0300
commit92c84b7f8e988d8efb5d9b6cdba379b842cf5f30 (patch)
treeb71539d0a1d48e58e392bdde5d3da82f176da651
parenta0d08147d910ec209b7a60bd8f7089ba99a31985 (diff)
parente70aeb517f8e8d208f15035e6ff5e48ebdfd9b51 (diff)
Merge pull request #13346 from nextcloud/version/noid/15.0.1RC1v15.0.1RC1
15.0.1 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5d804d4978f..030c48d86f3 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, 10);
+$OC_Version = array(15, 0, 1, 0);
// The human readable string
-$OC_VersionString = '15.0.0';
+$OC_VersionString = '15.0.1 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [