diff options
author | Bruno Haible <bruno@clisp.org> | 2005-04-11 20:56:09 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:30 +0200 |
commit | 5f5c2d258bfe0a7a56248c5add36d20f010819e8 (patch) | |
tree | dcec7314d45d5f8708f5bcd8df8d95c09ee24f78 /gettext-tools/misc | |
parent | 900d05ee74adb48fb84cb52422bf74e1dca55295 (diff) | |
download | external_gettext-5f5c2d258bfe0a7a56248c5add36d20f010819e8.zip external_gettext-5f5c2d258bfe0a7a56248c5add36d20f010819e8.tar.gz external_gettext-5f5c2d258bfe0a7a56248c5add36d20f010819e8.tar.bz2 |
Update for 0.14.4.
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 ee8dbf0..cc6f3d0 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -2,6 +2,10 @@ * gettext-0.14.4 released. +2005-04-11 Bruno Haible <bruno@clisp.org> + + * autopoint.in: Update for 0.14.4. + 2005-03-14 Bruno Haible <bruno@clisp.org> * gettext-0.14.3 released. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 43dcf99..48f39cc 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.2 | 0.14.3 ) + 0.14 | 0.14.1 | 0.14.2 | 0.14.3 | 0.14.4 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in\ @@ -317,6 +317,7 @@ esac # 0.14.1 1300 # 0.14.2 1420 # 0.14.3 1428 +# 0.14.4 1464 # # 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 |