Merge pull request #60598 from nextcloud/release/34.0.0_rc2

[stable34] 34.0.0 RC2
This commit is contained in:
Benjamin Gaussorgues 2026-05-21 15:45:16 +02:00 committed by GitHub
commit 9b4345680c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,10 @@ declare(strict_types=1);
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [34, 0, 0, 7];
$OC_Version = [34, 0, 0, 8];
// The human-readable string
$OC_VersionString = '34.0.0 RC1';
$OC_VersionString = '34.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [