summaryrefslogtreecommitdiff
path: root/PC/launcher.c
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-05-16 11:05:00 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-05-16 11:05:00 -0700
commitaa99b8e36594242d7ef2f61cd03a1dd35bd018c8 (patch)
tree2cd6da5b176a7975826c6c9fbb00fb1a6830ee85 /PC/launcher.c
parent8d0abb9eb6fdb21bcb3486ae661f80ee30b45837 (diff)
parentdc953a507827fb43433e79dad391071a8b48a02f (diff)
downloadcpython-git-aa99b8e36594242d7ef2f61cd03a1dd35bd018c8.tar.gz
Merge with 3.5
Diffstat (limited to 'PC/launcher.c')
-rw-r--r--PC/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c
index 89a3ea24d3..e5f2cea610 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -1082,7 +1082,7 @@ static PYC_MAGIC magic_values[] = {
{ 3190, 3230, L"3.3" },
{ 3250, 3310, L"3.4" },
{ 3320, 3350, L"3.5" },
- { 3350, 3350, L"3.6" },
+ { 3360, 3361, L"3.6" },
{ 0 }
};