diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-12-22 17:15:01 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-12-28 07:58:08 +0900 |
commit | c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe (patch) | |
tree | 57962ae9644b3069fa01f24d51927dbe808055da /gettext-runtime | |
parent | 61bbedee6e06b9535524ea8eca581d9497705c3b (diff) | |
download | external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.zip external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.tar.gz external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.tar.bz2 |
Prepare for 0.19.7
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/intl/libgnuintl.in.h | 2 | ||||
-rw-r--r-- | gettext-runtime/po/Makefile.in.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 41250da..9347f9a 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -55,7 +55,7 @@ extern "C" { /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBINTL_VERSION 0x001306 +#define LIBINTL_VERSION 0x001307 extern int libintl_version; diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index c51eb9e..8f34f00 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -6,7 +6,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. # -# Origin: gettext-0.19.6 +# Origin: gettext-0.19.7 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ |