diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-09-11 10:27:41 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-09-11 11:49:14 +0900 |
commit | 2a8f15846f7e7c2a63b2cbeba7ee783652e5389c (patch) | |
tree | 0c268d24ca6562ed5ca7002fd8ebe74c78de1ff0 /gettext-runtime | |
parent | 827cf93296a1f5236e675e7ed047f786647be26e (diff) | |
download | external_gettext-2a8f15846f7e7c2a63b2cbeba7ee783652e5389c.zip external_gettext-2a8f15846f7e7c2a63b2cbeba7ee783652e5389c.tar.gz external_gettext-2a8f15846f7e7c2a63b2cbeba7ee783652e5389c.tar.bz2 |
Prepare for 0.19.6
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/intl/Makefile.in | 2 | ||||
-rw-r--r-- | gettext-runtime/intl/libgnuintl.in.h | 2 | ||||
-rw-r--r-- | gettext-runtime/po/Makefile.in.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index bc8b184..df2aff6 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -239,7 +239,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@) # Maintainers of other packages that include the intl directory must *not* # change these values. LTV_CURRENT=9 -LTV_REVISION=3 +LTV_REVISION=4 LTV_AGE=1 .SUFFIXES: diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 660886a..41250da 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 0x001305 +#define LIBINTL_VERSION 0x001306 extern int libintl_version; diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index dbe8c20..fa59cf1 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.5 +# Origin: gettext-0.19.6 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ |