diff options
author | Jim Huang <jserv.tw@gmail.com> | 2016-04-30 00:16:13 +0800 |
---|---|---|
committer | Jim Huang <jserv.tw@gmail.com> | 2016-04-30 00:16:13 +0800 |
commit | fa89c82a3ed73e1c6ee498168612dab80db75a9a (patch) | |
tree | cb2c4975877f6e881f16d7cf137a709b4153814d | |
parent | e1d494a2489bc469f4a50a6942fa15255621e985 (diff) | |
download | crosstool-ng-fa89c82a3ed73e1c6ee498168612dab80db75a9a.tar.gz crosstool-ng-fa89c82a3ed73e1c6ee498168612dab80db75a9a.tar.bz2 crosstool-ng-fa89c82a3ed73e1c6ee498168612dab80db75a9a.zip |
gettext: bump version to 0.19.7
-rw-r--r-- | config/companion_libs/gettext.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/companion_libs/gettext.in b/config/companion_libs/gettext.in index ef5e5a52..3a46b58f 100644 --- a/config/companion_libs/gettext.in +++ b/config/companion_libs/gettext.in @@ -6,9 +6,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config GETTEXT_V_0_19_6 +config GETTEXT_V_0_19_7 bool - prompt "0.19.6" + prompt "0.19.7" endchoice @@ -16,4 +16,4 @@ config GETTEXT_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "0.19.6" if GETTEXT_V_0_19_6 + default "0.19.7" if GETTEXT_V_0_19_7 |