summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-runtime/intl/Makefile.in2
-rw-r--r--gettext-runtime/intl/libgnuintl.in.h2
-rw-r--r--gettext-runtime/po/Makefile.in.in2
-rw-r--r--gettext-tools/configure.ac2
-rw-r--r--gettext-tools/libgettextpo/Makefile.am2
-rw-r--r--gettext-tools/libgettextpo/gettext-po.in.h2
-rw-r--r--gettext-tools/misc/autopoint.in2
7 files changed, 7 insertions, 7 deletions
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in
index 4cc8b60..b724b59 100644
--- a/gettext-runtime/intl/Makefile.in
+++ b/gettext-runtime/intl/Makefile.in
@@ -237,7 +237,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@)
# according to the libtool documentation, section "Library interface versions".
# Maintainers of other packages that include the intl directory must *not*
# change these values.
-LTV_CURRENT=9
+LTV_CURRENT=10
LTV_REVISION=4
LTV_AGE=1
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h
index 4fb1514..dc1947f 100644
--- a/gettext-runtime/intl/libgnuintl.in.h
+++ b/gettext-runtime/intl/libgnuintl.in.h
@@ -54,7 +54,7 @@ extern "C" {
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001307
+#define LIBINTL_VERSION 0x001308
extern int libintl_version;
diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in
index 8f34f00..38c293d 100644
--- a/gettext-runtime/po/Makefile.in.in
+++ b/gettext-runtime/po/Makefile.in.in
@@ -6,7 +6,7 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
-# Origin: gettext-0.19.7
+# Origin: gettext-0.19.8
GETTEXT_MACRO_VERSION = 0.19
PACKAGE = @PACKAGE@
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