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>2019-12-18 11:28:32 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-18 11:28:32 +0300
commit833da83a20c5ae9c65ac09bab5a1e5f6229153d3 (patch)
tree9b01e607d13d86554a423c0256fc642eb70ee24c
parent0771729fec260fc252de9e9872e3286a249a7c1f (diff)
15.0.14
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 e8f8f4db785..bc0902e6872 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, 14, 0);
+$OC_Version = array(15, 0, 14, 1);
// The human readable string
-$OC_VersionString = '15.0.14 RC1';
+$OC_VersionString = '15.0.14';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [