summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-09-11 10:27:41 +0900
committerDaiki Ueno <ueno@gnu.org>2015-09-11 11:49:14 +0900
commit2a8f15846f7e7c2a63b2cbeba7ee783652e5389c (patch)
tree0c268d24ca6562ed5ca7002fd8ebe74c78de1ff0
parent827cf93296a1f5236e675e7ed047f786647be26e (diff)
downloadgettext-2a8f15846f7e7c2a63b2cbeba7ee783652e5389c.tar.gz
Prepare for 0.19.6
-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/gettext-po.in.h2
-rw-r--r--gettext-tools/misc/autopoint.in2
-rw-r--r--gettext-tools/misc/po-mode.el2
7 files changed, 7 insertions, 7 deletions
diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in
index bc8b18452..df2aff6e3 100644
--- a/gettext-runtime/intl/Makefile.in
+++ b/gettext-runtime/intl/Makefile.in
@@ -239,7 +239,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@)
# Maintainers of other packages that include the intl directory must *not*
# change these values.
LTV_CURRENT=9
-LTV_REVISION=3
+LTV_REVISION=4
LTV_AGE=1
.SUFFIXES:
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h
index 660886abf..41250dacc 100644
--- a/gettext-runtime/intl/libgnuintl.in.h
+++ b/gettext-runtime/intl/libgnuintl.in.h
@@ -55,7 +55,7 @@ extern "C" {
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001305
+#define LIBINTL_VERSION 0x001306
extern int libintl_version;
diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in
index dbe8c2040..fa59cf1ed 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.5
+# Origin: gettext-0.19.6
GETTEXT_MACRO_VERSION = 0.19
PACKAGE = @PACKAGE@
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
index ff0f2d10f..920eeb6a2 100644
--- a/gettext-tools/configure.ac
+++ b/gettext-tools/configure.ac
@@ -458,7 +458,7 @@ changequote([,])dnl
fi
AC_SUBST([ARCHIVE_FORMAT])
-ARCHIVE_VERSION=0.19.5
+ARCHIVE_VERSION=0.19.6
AC_SUBST([ARCHIVE_VERSION])
dnl Check for tools needed for formatting the documentation.
diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h
index 631d60b52..bba081ec1 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 0x001305
+#define LIBGETTEXTPO_VERSION 0x001306
extern int libgettextpo_version;
/* ================================= Types ================================= */
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
index b443ff21b..5fd8f008c 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 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el
index eb110da99..e6016e1a1 100644
--- a/gettext-tools/misc/po-mode.el
+++ b/gettext-tools/misc/po-mode.el
@@ -63,7 +63,7 @@
;;; Code:
-(defconst po-mode-version-string "2.23" "\
+(defconst po-mode-version-string "2.24" "\
Version number of this version of po-mode.el.")
;;; Emacs portability matters - part I.