]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.19.4
authorDaiki Ueno <ueno@gnu.org>
Tue, 9 Dec 2014 08:44:38 +0000 (17:44 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 24 Dec 2014 06:32:05 +0000 (15:32 +0900)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/libgnuintl.in.h
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/po-mode.el
gettext-tools/tests/autopoint-2
gettext-tools/tests/autopoint-3

index 6a4517e021d1b62cceee0360ad214ce0b493b265..c6c98e9d8e983157418e677a8d8d4d76901c59f3 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-24  Daiki Ueno  <ueno@gnu.org>
+
+       * libgnuintl.in.h (LIBINTL_VERSION): Bump to 0.19.4.
+       * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 9:3:1.
+
 2014-12-04  Daiki Ueno  <ueno@gnu.org>
 
        intl: Make the LCOV workaround non-intrusive
index d18a99f8194687286620b68e890a54890203c793..2acfb2e5905447a36f9545270fee05708b52fc84 100644 (file)
@@ -238,7 +238,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=2
+LTV_REVISION=3
 LTV_AGE=1
 
 .SUFFIXES:
index 84fafc68fd20453368ded8db8ec524d629552655..14871449700aa42fd075b3a1d53dafb7c7f59588 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001303
+#define LIBINTL_VERSION 0x001304
 extern int libintl_version;
 
 
index 6b6e769635ae4809eae1e9bf9f6a0a228f0d09cf..8e701c57a9d7bf089164aab71a9f82f7e2e8bb98 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-24  Daiki Ueno  <ueno@gnu.org>
+
+       * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.4.
+       * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 5:3:5.
+
 2014-10-15  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.3 released.
index ac0fcf2bbd5ae888d58e7bdf6393f5af76f942b4..b4c07f74723aa420fccd0f84394ac854913a1639 100644 (file)
@@ -95,7 +95,7 @@ libgettextpo_la_AUXSOURCES = \
 # Libtool's library version information for libgettextpo.
 # See the libtool documentation, section "Library interface versions".
 LTV_CURRENT=5
-LTV_REVISION=2
+LTV_REVISION=3
 LTV_AGE=5
 
 # How to build libgettextpo.la.
index 131efe3e3964c272e6d34ccb600e828ec50f7f16..c190d8f43edc91c7285f5cd0ec5955c326773e07 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001303
+#define LIBGETTEXTPO_VERSION 0x001304
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index b7544949110d5735764bd93b5a91bd37a1db2c11..a855532a96baee4a1c27e15ddd68289b040fbc6c 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-24  Daiki Ueno  <ueno@gnu.org>
+
+       * po-mode.el (po-mode-version-string): Bump to 0.23.
+
 2014-10-15  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.3 released.
index fbde69d3e7ef7c4355693e7313c3b35449eb7d41..ff978747904d7e63442e6eb817bbcff4dd166b8b 100644 (file)
@@ -347,7 +347,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 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index cd191b1cc4021bba47090eea79ebc65e7cd3719b..11ce7b1e8981ea89173387c4c29d518b9c9423cd 100644 (file)
@@ -62,7 +62,7 @@
 
 ;;; Code:
 \f
-(defconst po-mode-version-string "2.22" "\
+(defconst po-mode-version-string "2.23" "\
 Version number of this version of po-mode.el.")
 
 ;;; Emacs portability matters - part I.
index 0a283a968a99dd567d095397827febd9c96ad137..78207062006d030522e92c6adb8ce6a2442b6832 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, without Automake.
 
-required_gettext_version=0.19.3
+required_gettext_version=0.19.4
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \
index 5f4fe78c73d83ca5ce7ce84e7a3c733dc41532c0..c128b4d00b0e53498f63d5d192206afdd0a893da 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, with Automake.
 
-required_gettext_version=0.19.3
+required_gettext_version=0.19.4
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \