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>2019-09-12 09:56:52 +0300
committerGitHub <noreply@github.com>2019-09-12 09:56:52 +0300
commit9954f9af139eaea27935ba449853157d709ea37d (patch)
tree2d6669de14bad9eae4a3a96c43ac49f9820706e2
parentf6806cc6d1dafa1150ccf924eba4c22fd9b0594c (diff)
parentc37c73d0f6c18cf84c621c013bca3217812cba5e (diff)
Merge pull request #17067 from nextcloud/version/17.0.0/rc1v17.0.0rc1
17 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4306647cb25..11ebc565936 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(17, 0, 0, 6);
+$OC_Version = array(17, 0, 0, 7);
// The human readable string
-$OC_VersionString = '17.0.0 Beta 4';
+$OC_VersionString = '17.0.0 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [