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:
authorMorris Jobke <hey@morrisjobke.de>2018-08-24 23:51:45 +0300
committerGitHub <noreply@github.com>2018-08-24 23:51:45 +0300
commit9823c7197150e4134490c043c2e2e53733eae783 (patch)
treec954c3d2df7a58dff169a9139866b9a6de85788b
parent8761856a7156474257f0f17949f1379804b2c627 (diff)
parent0c5d42488fa51d03c05cf36933d9bbbda708a043 (diff)
Merge pull request #10844 from nextcloud/version/noid/14.0.0RC1v14.0.0RC1
14.0.0 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d82cd524e46..373d4c1d921 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, 16);
+$OC_Version = array(14, 0, 0, 17);
// The human readable string
-$OC_VersionString = '14.0.0 Beta 4';
+$OC_VersionString = '14.0.0 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [