From cf95689ff9234cb820653a875e61b89cbd5a285e Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 21 Nov 2022 15:37:14 +0100 Subject: [PATCH 1/2] 24.08 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 24d9eb7414013..23a5f2cc2e26c 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 = [24, 0, 7, 1]; +$OC_Version = [24, 8, 0, 0]; // The human readable string -$OC_VersionString = '24.0.7'; +$OC_VersionString = '24.08 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ From 2066cc4bad388ee3b96bf0c3f356ed82e5f15e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 22 Nov 2022 08:42:15 +0100 Subject: [PATCH 2/2] Fix version string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 23a5f2cc2e26c..361e036202cb1 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 = [24, 8, 0, 0]; +$OC_Version = [24, 0, 8, 0]; // The human readable string -$OC_VersionString = '24.08 RC1'; +$OC_VersionString = '24.0.8 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [