|
33 | 33 |
|
34 | 34 | <!-- Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx --> |
35 | 35 |
|
36 | | - <regexp value="Windows.*10\.0"> |
| 36 | + <regexp value="Windows.*\b10\.0"> |
37 | 37 | <info type="Windows" distrib="2016|10"/> |
38 | 38 | </regexp> |
39 | 39 |
|
40 | | - <regexp value="Windows.*6\.3"> |
| 40 | + <regexp value="Windows.*\b6\.3"> |
41 | 41 | <info type="Windows" distrib="2012 R2|8.1"/> |
42 | 42 | </regexp> |
43 | 43 |
|
44 | | - <regexp value="Windows.*6\.2"> |
| 44 | + <regexp value="Windows.*\b6\.2"> |
45 | 45 | <info type="Windows" distrib="2012|8"/> |
46 | 46 | </regexp> |
47 | 47 |
|
48 | | - <regexp value="Windows.*6\.1"> |
| 48 | + <regexp value="Windows.*\b6\.1"> |
49 | 49 | <info type="Windows" distrib="2008 R2|7"/> |
50 | 50 | </regexp> |
51 | 51 |
|
52 | | - <regexp value="Windows.*6\.0"> |
| 52 | + <regexp value="Windows.*\b6\.0"> |
53 | 53 | <info type="Windows" distrib="2008|Vista"/> |
54 | 54 | </regexp> |
55 | 55 |
|
56 | | - <regexp value="Windows.*5\.2"> |
| 56 | + <regexp value="Windows.*\b5\.2"> |
57 | 57 | <info type="Windows" distrib="2003"/> |
58 | 58 | </regexp> |
59 | 59 |
|
60 | | - <regexp value="Windows.*5\.1"> |
| 60 | + <regexp value="Windows.*\b5\.1"> |
61 | 61 | <info type="Windows" distrib="XP"/> |
62 | 62 | </regexp> |
63 | 63 |
|
64 | | - <regexp value="Windows.*5\.0"> |
| 64 | + <regexp value="Windows.*\b5\.0"> |
65 | 65 | <info type="Windows" distrib="2000"/> |
66 | 66 | </regexp> |
67 | 67 |
|
68 | | - <regexp value="Windows.*4\.0"> |
| 68 | + <regexp value="Windows.*\b4\.0"> |
69 | 69 | <info type="Windows" distrib="NT 4.0"/> |
70 | 70 | </regexp> |
71 | 71 |
|
72 | | - <regexp value="Windows.*3\.0"> |
| 72 | + <regexp value="Windows.*\b3\.0"> |
73 | 73 | <info type="Windows" distrib="NT 4.0"/> |
74 | 74 | </regexp> |
75 | 75 |
|
76 | | - <regexp value="Windows.*2\.0"> |
| 76 | + <regexp value="Windows.*\b2\.0"> |
77 | 77 | <info type="Windows" distrib="NT 4.0"/> |
78 | 78 | </regexp> |
79 | 79 |
|
|
0 commit comments