diff options
author | Bruno Haible <bruno@clisp.org> | 2005-02-24 14:31:54 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:17 +0200 |
commit | 40ca6163beb2215ed58c211b2d14bfe00e674f21 (patch) | |
tree | 3538bee0945efa01a317898fe5e3c4f4301c9d37 /gettext-tools/misc | |
parent | 4db28b11882ef2cf819ee270abb2cf6d3a44780f (diff) | |
download | gettext-40ca6163beb2215ed58c211b2d14bfe00e674f21.tar.gz |
Update for version 0.14.2.
Diffstat (limited to 'gettext-tools/misc')
-rw-r--r-- | gettext-tools/misc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 6b07473dd..5d969dfef 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-24 Bruno Haible <bruno@clisp.org> + + * autopoint.in: Update for 0.14.2. + 2005-02-07 Bruno Haible <bruno@clisp.org> * autopoint.in: Use LC_ALL=C to protect range expression against diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 28c2c5ff1..caacc51ad 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -283,7 +283,7 @@ case "$ver" in 0.11 | 0.11.1 | 0.11.2 | 0.11.3 | 0.11.4 | 0.11.5 | \ 0.12 | 0.12.1 | \ 0.13 | 0.13.1 | \ - 0.14 | 0.14.1 ) + 0.14 | 0.14.1 | 0.14.2 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\ @@ -315,6 +315,7 @@ esac # 0.13.1 1236 # 0.14 1296 # 0.14.1 1300 +# 0.14.2 1420 # # 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 |