diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-16 21:42:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-16 21:42:35 +0300 |
commit | c515c7d93ca941383e14de219dca592743ec0495 (patch) | |
tree | ccf526453915f8c8eaec40cc4a15616ed213a0de /configure.ac | |
parent | 50d936950ecfa737d1c5b8ac2ed6584493edabe6 (diff) | |
parent | 4978d581e4c1a93b5cdb962b47c2ed827655b070 (diff) | |
download | egawk-c515c7d93ca941383e14de219dca592743ec0495.tar.gz egawk-c515c7d93ca941383e14de219dca592743ec0495.tar.bz2 egawk-c515c7d93ca941383e14de219dca592743ec0495.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 792e7462..e2b10383 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,7 @@ AC_LANG([C]) dnl initialize GNU gettext AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19.7]) +AM_GNU_GETTEXT_VERSION([0.19.8]) AM_LANGINFO_CODESET gt_LC_MESSAGES |