+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
# 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:
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001303
+#define LIBINTL_VERSION 0x001304
extern int libintl_version;
+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.
# 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.
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001303
+#define LIBGETTEXTPO_VERSION 0x001304
extern int libgettextpo_version;
/* ================================= Types ================================= */
+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.
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
;;; 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.
# 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 \
# 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 \