diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-12-22 17:15:01 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-12-28 07:58:08 +0900 |
commit | c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe (patch) | |
tree | 57962ae9644b3069fa01f24d51927dbe808055da /gettext-tools | |
parent | 61bbedee6e06b9535524ea8eca581d9497705c3b (diff) | |
download | external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.zip external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.tar.gz external_gettext-c9215f6f6b237bbe23ce814e26ff1e1b2d4150fe.tar.bz2 |
Prepare for 0.19.7
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/configure.ac | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/gettext-po.in.h | 2 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index d5e612a..5d577a1 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -439,7 +439,7 @@ changequote([,])dnl fi AC_SUBST([ARCHIVE_FORMAT]) -ARCHIVE_VERSION=0.19.6 +ARCHIVE_VERSION=0.19.7 AC_SUBST([ARCHIVE_VERSION]) PACKAGE_SUFFIX="-$ARCHIVE_VERSION" diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index bba081e..62898d5 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -28,7 +28,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x001306 +#define LIBGETTEXTPO_VERSION 0x001307 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 5fd8f00..45452c3 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -378,7 +378,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.5 | 0.19.6 ) + 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in |