]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.19.6
authorDaiki Ueno <ueno@gnu.org>
Fri, 11 Sep 2015 01:27:41 +0000 (10:27 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 11 Sep 2015 02:49:14 +0000 (11:49 +0900)
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/libgnuintl.in.h
gettext-runtime/po/Makefile.in.in
gettext-tools/configure.ac
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/autopoint.in
gettext-tools/misc/po-mode.el

index bc8b18452efa0ab5128edcddca43caf1f540b4d4..df2aff6e391a9f48ee92dbd75b58668d3e991107 100644 (file)
@@ -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:
index 660886abf53ef13fa684c4f1aa21df050f4b40c2..41250dacc92d486a7d1db084c07e4ab6dc017da0 100644 (file)
@@ -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;
 
 
index dbe8c2040e0223f152d83c2e11fe2660dfbb9925..fa59cf1ed9b1b0eeaf6a1e396f7b92ca27f43dec 100644 (file)
@@ -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@
index ff0f2d10f6d3dbd9edb12f5bccad3bb1a53382a7..920eeb6a2658bae35a6dc8015f910a58345ecb4a 100644 (file)
@@ -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.
index 631d60b524688057777a95bd7b7422492eb8a404..bba081ec1f4141810e3db5abba450442dd5994a5 100644 (file)
@@ -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 ================================= */
index b443ff21beeb7d7d8734485f1b51ead78055248f..5fd8f008c6ae35bcbb794dfa6d8459f571fc50df 100644 (file)
@@ -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
index eb110da99af132d18e99b5fd4c61fc522a482649..e6016e1a11dc2462579fa719dde3d7f7e3a0efa7 100644 (file)
@@ -63,7 +63,7 @@
 
 ;;; Code:
 \f
-(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.