Update WSC_SRT_VERSION in test.php
authorSascha Greuel <github@1-2.dev>
Sat, 26 Aug 2023 12:47:43 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Aug 2023 12:47:43 +0000 (14:47 +0200)
It's still 5.5.0 for 6.0

wcfsetup/test.php

index 2c8b75483fd0ff7b57da66ae8e5252a786d51094..d7cdd2323850c2863911d41423b1595966aabe08 100644 (file)
@@ -210,7 +210,7 @@ if (isset($_GET['language']) && in_array($_GET['language'], ['de', 'en'])) {
        
        <main>
 <?php
-const WSC_SRT_VERSION = '5.5.0';
+const WSC_SRT_VERSION = '6.0.0';
 $requiredExtensions = [
        'ctype',
        'dom',