]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number to 0.17.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Oct 2007 17:47:14 +0000 (17:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:26 +0000 (12:15 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/po.m4

index 3af35b0fd0990398eca3f9230786c0b35ececdc9..e5e9f15345dd5c1658c12273a536ab6615c4acb8 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-28  Bruno Haible  <bruno@clisp.org>
+
+       * po.m4 (AM_PO_SUBDIRS): Set GETTEXT_MACRO_VERSION to 0.17.
+
 2007-10-27  Bruno Haible  <bruno@clisp.org>
 
        * intl.m4 (AM_INTL_SUBDIR): Set and AC_SUBST LTLIBC.
index 3a7fc6d34bee3a9fbc9ad3886c0506f575ec29c9..d6ff2b3b59396fece6a1c462d7f5b00d7deaee71 100644 (file)
@@ -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.