diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-28 17:47:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:26 +0200 |
commit | d9cfbdfecb502b70c55e594bc897c217ac082f5f (patch) | |
tree | e1ff67b8656fc0d80002e522495a885dea2c7f99 /gettext-runtime/m4 | |
parent | 49a40052117059cb9c7249c2f56e8d2d44a496b5 (diff) | |
download | external_gettext-d9cfbdfecb502b70c55e594bc897c217ac082f5f.zip external_gettext-d9cfbdfecb502b70c55e594bc897c217ac082f5f.tar.gz external_gettext-d9cfbdfecb502b70c55e594bc897c217ac082f5f.tar.bz2 |
Bump version number to 0.17.
Diffstat (limited to 'gettext-runtime/m4')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/m4/po.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 3af35b0..e5e9f15 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -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. diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index 3a7fc6d..d6ff2b3 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. |