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-09-06 10:25:18 +0300
committerGitHub <noreply@github.com>2018-09-06 10:25:18 +0300
commit1b35dc1cbafe318933ba0c11212a9c3c6b787700 (patch)
tree7e951ec571dc09476a203b830c9f4a623caf180a
parent4173f9d5884a957597bebda2a0377fa9527cd63f (diff)
parentb619e8dddede53b87f23c31658497c43ea133d25 (diff)
Merge pull request #11069 from nextcloud/release/14.0.0v14.0.0
14.0.0 final
-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' => [