From: Bruno Haible Date: Sun, 28 Oct 2007 17:47:14 +0000 (+0000) Subject: Bump version number to 0.17. X-Git-Tag: v0.17~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9cfbdfecb502b70c55e594bc897c217ac082f5f;p=thirdparty%2Fgettext.git Bump version number to 0.17. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 3af35b0fd..e5e9f1534 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,7 @@ +2007-10-28 Bruno Haible + + * po.m4 (AM_PO_SUBDIRS): Set GETTEXT_MACRO_VERSION to 0.17. + 2007-10-27 Bruno Haible * intl.m4 (AM_INTL_SUBDIR): Set and AC_SUBST LTLIBC. diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index 3a7fc6d34..d6ff2b3b5 100644 --- a/gettext-runtime/m4/po.m4 +++ b/gettext-runtime/m4/po.m4 @@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS], dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. - AC_SUBST([GETTEXT_MACRO_VERSION], [0.16.2]) + AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work.