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-26 10:15:16 +0300
committerGitHub <noreply@github.com>2019-09-26 10:15:16 +0300
commitc937c8f1753b111086e28afa396f3abd5776b1db (patch)
treeab76368ffe68535ba7e4148c6be65e0e3036a2e5
parentc0e71fb12a59bbf88f8d862594aca050dfa452b7 (diff)
parent57e469b7fa3d0a623d7909ed07fbb7e669162fd3 (diff)
Merge pull request #17249 from nextcloud/version/17/finalv17.0.0
Nextcloud 17
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 177e502e9d2..b462b235cd2 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, 8);
+$OC_Version = array(17, 0, 0, 9);
// The human readable string
-$OC_VersionString = '17.0.0 RC 2';
+$OC_VersionString = '17.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [