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-09-29 16:20:44 +0300
committerGitHub <noreply@github.com>2022-09-29 16:20:44 +0300
commitce1dddcc642f8de6887a48e778942969b8223d57 (patch)
tree3e28f55c3268d3bb004ad2747e3af9c0a87a3922
parentb84eb26f7260ee862157a66374ca27224f847a4d (diff)
parent82e9af439e295b6f7617ab2d86418d84f27f28f1 (diff)
Merge pull request #34276 from nextcloud/release/25.0.0_rc2v25.0.0rc2
25.0.0 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a21cbe71e53..a8d99f47e3b 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, 13];
+$OC_Version = [25, 0, 0, 14];
// The human readable string
-$OC_VersionString = '25.0.0 RC 1';
+$OC_VersionString = '25.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [