]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix version string 35306/head
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Tue, 22 Nov 2022 07:42:15 +0000 (08:42 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 07:42:15 +0000 (08:42 +0100)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
version.php

index 23a5f2cc2e26cd17e6b5c6cee5e479b93b92b6ee..361e036202cb1b93d05f09b0f3f209a62df980c2 100644 (file)
 // 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' => [