From 7afc7f7c19f1310da2c3c8d323f24342932631fb Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 23 Jun 2015 12:32:37 +0900 Subject: [PATCH] Prepare for 0.19.5 --- gettext-runtime/intl/libgnuintl.in.h | 2 +- gettext-runtime/po/Makefile.in.in | 2 +- gettext-tools/libgettextpo/gettext-po.in.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ================================= */ -- 2.47.3