Add m4 1.4.18

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-01-22 15:57:15 -08:00
parent d0569d322b
commit 42c9f031dd

View File

@ -8,9 +8,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config M4_V_1_4_18
bool
prompt "1.4.18"
config M4_V_1_4_17
bool
prompt "1.4.17"
prompt "1.4.17 (OBSOLETE)"
depends on OBSOLETE
config M4_V_1_4_13
bool
@ -23,5 +28,6 @@ config M4_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "1.4.18" if M4_V_1_4_18
default "1.4.17" if M4_V_1_4_17
default "1.4.13" if M4_V_1_4_13