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-09-05 13:58:10 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-06 09:35:10 +0300
commitb619e8dddede53b87f23c31658497c43ea133d25 (patch)
tree7e951ec571dc09476a203b830c9f4a623caf180a
parent4173f9d5884a957597bebda2a0377fa9527cd63f (diff)
14.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 126577bf932..67d4af2ebc1 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(14, 0, 0, 18);
+$OC_Version = array(14, 0, 0, 19);
// The human readable string
-$OC_VersionString = '14.0.0 RC 2';
+$OC_VersionString = '14.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [