Skip to content

Commit

Permalink
Fixes magic numbers for 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed May 16, 2016
1 parent 7ae61af commit dc953a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit dc953a5

Please sign in to comment.