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>2020-03-09 17:44:10 +0300
committerGitHub <noreply@github.com>2020-03-09 17:44:10 +0300
commitd4a68ccf43dce3900dba75f0b17ec2cbdd8a0d33 (patch)
treedb375fa55464ee986d659322dc6d8d7e123c79fd
parentca926d418bb71c30f472652d3eecec8ff6fc98ef (diff)
parent9cd07d094440ff73ab3677cc8f7bdd8753730011 (diff)
Merge pull request #19843 from nextcloud/version/17.0.4/RC2v17.0.4RC2
17.0.4 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ffe0bfb4969..bedf85f8bfe 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, 4, 0);
+$OC_Version = array(17, 0, 4, 1);
// The human readable string
-$OC_VersionString = '17.0.4 RC1';
+$OC_VersionString = '17.0.4 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [