aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/launcher.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index d2e6462f13e..de7abeb4e86 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -1268,7 +1268,9 @@ static PYC_MAGIC magic_values[] = {
{ 3400, 3419, L"3.8" },
{ 3420, 3429, L"3.9" },
{ 3430, 3449, L"3.10" },
- { 3450, 3469, L"3.11" },
+ /* Allow 50 magic numbers per version from here on */
+ { 3450, 3499, L"3.11" },
+ { 3500, 3549, L"3.12" },
{ 0 }
};