diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-06-24 16:58:19 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-06-24 16:58:19 +0900 |
commit | 19d95e4b5cd9488932f35ba8f42ecb9054914eee (patch) | |
tree | 4faefe7b5141f71da322110ff487a4003d890740 | |
parent | 3056574daf60f3e68fbaffdb1ad6991cdc11a48b (diff) | |
download | external_gettext-19d95e4b5cd9488932f35ba8f42ecb9054914eee.zip external_gettext-19d95e4b5cd9488932f35ba8f42ecb9054914eee.tar.gz external_gettext-19d95e4b5cd9488932f35ba8f42ecb9054914eee.tar.bz2 |
autopoint: Update for 0.19.5
* autopoint.in: Update for 0.19.5.
-rw-r--r-- | gettext-tools/misc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 27dbce6..86857c1 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-24 Daiki Ueno <ueno@gnu.org> + + * autopoint.in: Update for 0.19.5. + 2015-04-24 Manuel Uberti <manuel@boccaperta.com> (tiny change) * po-mode.el (po-keep-mo-file): New user option. diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index d9863be..d7ce4f7 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -347,7 +347,7 @@ case "$ver" in 0.16 | 0.16.1 | \ 0.17 | \ 0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \ - 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 ) + 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in |