diff options
author | Daiki Ueno <ueno@gnu.org> | 2016-05-30 12:10:54 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-06-09 14:50:41 +0900 |
commit | 2fe63f857b5e61f1d056488ca242251cb06ea2e9 (patch) | |
tree | 1d15cc11b3e95eaf367aa2c5ad578474365fdde7 /gettext-tools | |
parent | a4fccf1de9799e20fc087c2c9862ea4bc3d8bbc8 (diff) | |
download | external_gettext-2fe63f857b5e61f1d056488ca242251cb06ea2e9.zip external_gettext-2fe63f857b5e61f1d056488ca242251cb06ea2e9.tar.gz external_gettext-2fe63f857b5e61f1d056488ca242251cb06ea2e9.tar.bz2 |
Prepare for 0.19.8
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/configure.ac | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-tools/libgettextpo/gettext-po.in.h | 2 | ||||
-rw-r--r-- | gettext-tools/misc/autopoint.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 02b69ab..3b132ed 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -441,7 +441,7 @@ changequote([,])dnl fi AC_SUBST([ARCHIVE_FORMAT]) -ARCHIVE_VERSION=0.19.7 +ARCHIVE_VERSION=0.19.8 AC_SUBST([ARCHIVE_VERSION]) PACKAGE_SUFFIX="-$ARCHIVE_VERSION" diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 3921145..67fd798 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -98,7 +98,7 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=5 +LTV_CURRENT=6 LTV_REVISION=3 LTV_AGE=5 diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index eb575ad..a42ae22 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 0x001307 +#define LIBGETTEXTPO_VERSION 0x001308 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 4ad64ea..6d0746f 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.7 ) + 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in |