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-08-07 15:08:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-07 15:08:35 +0300
commit5adca67b91347a988336fa876547b193d5bda6ba (patch)
tree3077630e9c3f863d01c70234f686383954977666
parentd6d6a318bed7081de93dca39e6c7cbb35cb02d7b (diff)
14.0.14 RC1
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 e5f913617d8..db663cd37bb 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, 13, 1);
+$OC_Version = array(14, 0, 14, 0);
// The human readable string
-$OC_VersionString = '14.0.13';
+$OC_VersionString = '14.0.14 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [