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