From de7d77995d241c5e7c15bab6e17d8d6e10e48361 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Wed, 19 Aug 2015 09:47:18 +1000 Subject: [PATCH] Update to GNU Gettext 0.19.5 --- INSTALL | 2 +- NEWS | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index ba18715..90721be 100644 --- a/INSTALL +++ b/INSTALL @@ -39,7 +39,7 @@ and installation: multibyte character sequences (such as UTF-8) require a wide-character version of Curses, such as NcursesW, to work correctly. -4. The GNU Gettext library, version 0.19.1 or later, to allow the game to +4. The GNU Gettext library, version 0.19.5 or later, to allow the game to use languages other than English; this is also called Native Language Support. If you do not have this library (and do not wish to install it), you may pass "--disable-nls" to the configure script. diff --git a/NEWS b/NEWS index dad96f9..b984032 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ at http://www.zap.org.au/services/svn/. Version 7.8 (not yet released) ------------------------------ -Updated to GNU Gettext 0.19.1. +Updated all references to GNU Gettext to version 0.19.5. Version 7.7 (18th August, 2015) diff --git a/configure.ac b/configure.ac index 7deeeb1..701a723 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_TYPE_SIZE_T AC_TYPE_SSIZE_T AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.19.1]) +AM_GNU_GETTEXT_VERSION([0.19.5]) gl_INIT