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 <roeland@famdouma.nl>2018-12-10 12:39:04 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 12:39:04 +0300
commitbd352db77d5587652329e4e608ebf1b3ee997794 (patch)
treefbd4025eb193d1a7d25c8668278710caeb52bbae
parent303fa31b11e99ee8ec2ef62796df64be3ac71f55 (diff)
Bump to 15.0.0 final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [