From: Daiki Ueno Date: Tue, 23 Jun 2015 03:32:37 +0000 (+0900) Subject: Prepare for 0.19.5 X-Git-Tag: v0.19.5~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7afc7f7c19f1310da2c3c8d323f24342932631fb;p=thirdparty%2Fgettext.git Prepare for 0.19.5 --- diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index a198d7828..660886abf 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 0x001304 +#define LIBINTL_VERSION 0x001305 extern int libintl_version; diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 1998486e1..c36f1ad26 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 +# Origin: gettext-0.19.5 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index 550b769e5..631d60b52 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -28,7 +28,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x001304 +#define LIBGETTEXTPO_VERSION 0x001305 extern int libgettextpo_version; /* ================================= Types ================================= */