summaryrefslogtreecommitdiffstats
path: root/PC/launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/launcher.c')
-rw-r--r--PC/launcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index f5b225a..fbfb49a 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -1258,7 +1258,8 @@ static PYC_MAGIC magic_values[] = {
{ 3390, 3399, L"3.7" },
{ 3400, 3419, L"3.8" },
{ 3420, 3429, L"3.9" },
- { 3430, 3439, L"3.10" },
+ { 3430, 3449, L"3.10" },
+ { 3450, 3469, L"3.11" },
{ 0 }
};