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-01-31 13:08:50 +0300
committerGitHub <noreply@github.com>2019-01-31 13:08:50 +0300
commit344c41a308c1267c9b6ebdff6a0a67654b784aad (patch)
tree9db7ca8865c2c883015f19b1c2707281039b8dc4
parentd57afb3e54d293f7b4ec908324cb6e29c476cff4 (diff)
parent189f2fcd25cd9b8eea0150cea5a910c9ae5245eb (diff)
Merge pull request #13912 from nextcloud/version/noid/15.0.3RC1v15.0.3RC1
15.0.3 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 234316959e7..18f70ec5c19 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, 2, 0);
+$OC_Version = array(15, 0, 3, 0);
// The human readable string
-$OC_VersionString = '15.0.2';
+$OC_VersionString = '15.0.3 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [