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:
authorblizzz <blizzz@arthur-schiwon.de>2022-10-14 19:03:03 +0300
committerGitHub <noreply@github.com>2022-10-14 19:03:03 +0300
commit0368c65e05197dd4b4e9c1508c78db1a0af5fc2d (patch)
treeaeab9f0f9ac7152b3753bf5d88b6ca8d3e5015aa
parente487d822ee10eabc64e060718a473bbc7b81cf0d (diff)
parent373ba3ecee2fb1e9c80cac57be074166fe80e057 (diff)
Merge pull request #34603 from nextcloud/release/25.0.0_rc5v25.0.0rc5
25.0.0 RC5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index be0b913a14e..fec517c783d 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [25, 0, 0, 16];
+$OC_Version = [25, 0, 0, 17];
// The human readable string
-$OC_VersionString = '25.0.0 RC4';
+$OC_VersionString = '25.0.0 RC5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [