1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Update to GNU Gettext 0.19.5

This commit is contained in:
John Zaitseff 2015-08-19 09:47:18 +10:00
parent 5fcea7eb65
commit de7d77995d
3 changed files with 3 additions and 3 deletions

View File

@ -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.

2
NEWS
View File

@ -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)

View File

@ -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