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-12-13 01:09:17 +0300
committerGitHub <noreply@github.com>2019-12-13 01:09:17 +0300
commit3fe9fb611a5502dc3164d088eb90426514b30454 (patch)
tree78a25b6da51308454a065f34b53db8df6fda9af0 /version.php
parent0a172d08bbd6e6d858be33299341b02a3b92c693 (diff)
parenta852892377ccf17aceaf9aef947a0004536290c2 (diff)
Merge pull request #18344 from nextcloud/version/17.0.2/rc1v17.0.2RC1
17.0.2 RC1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3f86b13b085..147fd3fd292 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, 1, 1);
+$OC_Version = array(17, 0, 2, 0);
// The human readable string
-$OC_VersionString = '17.0.1';
+$OC_VersionString = '17.0.2 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [