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>2018-12-10 13:13:58 +0300
committerGitHub <noreply@github.com>2018-12-10 13:13:58 +0300
commit3bb46a2accb9d3c8557b64f0ec6e088d94f9dd70 (patch)
treefbd4025eb193d1a7d25c8668278710caeb52bbae
parent303fa31b11e99ee8ec2ef62796df64be3ac71f55 (diff)
parentbd352db77d5587652329e4e608ebf1b3ee997794 (diff)
Merge pull request #12959 from nextcloud/stable15-15finalv15.0.0
Bump to 15.0.0 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9d4086baebf..5d804d4978f 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, 9);
+$OC_Version = array(15, 0, 0, 10);
// The human readable string
-$OC_VersionString = '15.0.0 RC 3';
+$OC_VersionString = '15.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [