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-19 13:43:25 +0300
committerGitHub <noreply@github.com>2019-09-19 13:43:25 +0300
commit05174fc1325ebdc4edd92149e0507cd70f8f2389 (patch)
tree92bba28b70ece5a6a1fa39a83cc109623f253eb6
parent3aa5e613a99e63c1a128e4fe51a5d3f996558f5d (diff)
parentda17aa9f294b49f0358f45fc930a44deb2532ae3 (diff)
Merge pull request #17177 from nextcloud/version/17.0.0/RC2v17.0.0rc2
17 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 11ebc565936..177e502e9d2 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, 7);
+$OC_Version = array(17, 0, 0, 8);
// The human readable string
-$OC_VersionString = '17.0.0 RC 1';
+$OC_VersionString = '17.0.0 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [