diff options
author | Bruno Haible <bruno@clisp.org> | 2007-11-07 02:54:34 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:32 +0200 |
commit | c81a5234a673f6fbc0f8b7ea8f18ef73021b0a2e (patch) | |
tree | 113b863cef3503a88466d936deb0b0fdc82151be | |
parent | 581711e30e561195d4f6243bcbf10f1f1e3b005e (diff) | |
download | external_gettext-c81a5234a673f6fbc0f8b7ea8f18ef73021b0a2e.zip external_gettext-c81a5234a673f6fbc0f8b7ea8f18ef73021b0a2e.tar.gz external_gettext-c81a5234a673f6fbc0f8b7ea8f18ef73021b0a2e.tar.bz2 |
Update for 0.17.
-rw-r--r-- | gettext-tools/misc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 6a272dc..304c53f 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.17 released. +2007-11-07 Bruno Haible <bruno@clisp.org> + + * autopoint.in: Update for 0.17. + 2007-10-31 Bruno Haible <bruno@clisp.org> * gettextize.in (m4filelist): Remove ulonglong.m4 from the list. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 10fba85..e6458c3 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -292,7 +292,8 @@ case "$ver" in 0.13 | 0.13.1 | \ 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.16 | 0.16.1 | \ + 0.17 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\ @@ -332,6 +333,7 @@ esac # 0.15 1760 # 0.16 1808 # 0.16.1 1812 +# 0.17 2128 # # 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 |