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-13 21:51:47 +0300
committerGitHub <noreply@github.com>2022-10-13 21:51:47 +0300
commit684bd274b837df906d68ad38466d67c5935f9c72 (patch)
tree5d25171af898726bca9f3e6a74ac96ce4ddebc14
parent7f498d0fa06df3f94f5b9e718c97e1b0faf83105 (diff)
parent8fcb1c1d761a0c7f124a902bf01a52bdac544a81 (diff)
Merge pull request #34468 from nextcloud/release/25.0.0_rc4v25.0.0rc4
25.0.0 RC4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index daad94bec72..be0b913a14e 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, 15];
+$OC_Version = [25, 0, 0, 16];
// The human readable string
-$OC_VersionString = '25.0.0 RC3';
+$OC_VersionString = '25.0.0 RC4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [