From: Bruno Haible Date: Sun, 9 May 2010 19:57:00 +0000 (+0200) Subject: Update for 0.18. X-Git-Tag: v0.18~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed1f909784163faf863fbebe98e413e6287f474;p=thirdparty%2Fgettext.git Update for 0.18. --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 7461ec8e0..9d0335b4d 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.18 released. +2010-05-09 Bruno Haible + + * autopoint.in: Update for 0.18. + 2010-05-09 Bruno Haible * autopoint.in (func_version): Bump copyright year. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 4eb68afa2..195fc0476 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -296,7 +296,8 @@ case "$ver" in 0.14 | 0.14.1 | 0.14.2 | 0.14.3 | 0.14.4 | 0.14.5 | 0.14.6 | \ 0.15 | \ 0.16 | 0.16.1 | \ - 0.17 ) + 0.17 | \ + 0.18 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in @@ -430,6 +431,7 @@ case "@ARCHIVE_FORMAT@" in # 0.16 1808 # 0.16.1 1812 # 0.17 2128 + # 0.18 2656 # # The requirement that the user must have the CVS program available is not # a severe restrictions, because most of the people who use autopoint are