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-09-17 13:59:24 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-19 11:11:43 +0300
commitda17aa9f294b49f0358f45fc930a44deb2532ae3 (patch)
tree92bba28b70ece5a6a1fa39a83cc109623f253eb6
parent3aa5e613a99e63c1a128e4fe51a5d3f996558f5d (diff)
17 RC 2
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 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' => [