summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-06-05 07:30:35 (GMT)
committerGitHub <noreply@github.com>2017-06-05 07:30:35 (GMT)
commit02f21e8bf37deaab1a836f4afd11c5fc8ee30220 (patch)
tree14f8612734a1b2e44e50afc90e9a7651d2339cd5 /config/libc/mingw.in
parented1d2d6a0e826b172454bae988de79945a67fe24 (diff)
parent6aaa2a1a67d2f105bac21750b02142201052393f (diff)
Merge pull request #734 from stilor/upgrades
Upgrades (a bunch of)
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index 9b2cb28..0ca1823 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -19,9 +19,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config WINAPI_V_5_0_2
+ bool
+ prompt "5.0.2"
+
config WINAPI_V_5_0_1
bool
- prompt "5.0.1"
+ prompt "5.0.1 (OBSOLETE)"
+ depends on OBSOLETE
config WINAPI_V_5_0_0
bool
@@ -110,6 +115,7 @@ config WINAPI_VERSION
default "devel" if WINAPI_V_DEVEL
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "5.0.2" if WINAPI_V_5_0_2
default "5.0.1" if WINAPI_V_5_0_1
default "5.0.0" if WINAPI_V_5_0_0
default "4.0.6" if WINAPI_V_4_0_6