commit | 87fb7f64d867ebf752637fda1d982b1cd07b407e | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sat Jan 16 13:48:06 2016 -0800 |
committer | Steve Dower <steve.dower@microsoft.com> | Sat Jan 16 13:48:06 2016 -0800 |
tree | e42e47fff21e6eab777e740770fed35c0cb19c29 | |
parent | 10cabcbe143060ab2f63c3528bb00b73e7590a2b [diff] [blame] |
Issue #26073: Update the list of magic numbers in launcher
diff --git a/PC/launcher.c b/PC/launcher.c index 36edc32..8aef49a 100644 --- a/PC/launcher.c +++ b/PC/launcher.c
@@ -1079,7 +1079,10 @@ { 0x0bb8, 0x0c3b, L"3.0" }, { 0x0c45, 0x0c4f, L"3.1" }, { 0x0c58, 0x0c6c, L"3.2" }, - { 0x0c76, 0x0c76, L"3.3" }, + { 0x0c76, 0x0c9e, L"3.3" }, + { 0x0cb2, 0x0cee, L"3.4" }, + { 0x0cf8, 0x0d16, L"3.5" }, + { 0x0d20, 0x0d20, L"3.6" }, { 0 } };