# Usage after a first-time git clone / cvs checkout: ./autogen.sh
# Usage after a git clone / cvs update: ./autogen.sh --quick
# This uses an up-to-date gnulib checkout.
-# (The gettext-0.18.2 release was prepared using gnulib commit
-# f022473fdaf724d84817c4003120b9a38fbf884b from 2012-12-19.)
+# (The gettext-0.18.3 release was prepared using gnulib commit
+# c96bab3fee48a9df55e7366344f838e1fc785c28 from 2013-07-07.)
#
# Usage from a released tarball: ./autogen.sh --quick --skip-gnulib
# This does not use a gnulib checkout.
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001202
+#define LIBINTL_VERSION 0x001203
extern int libintl_version;
-# intl.m4 serial 23 (gettext-0.18.2)
+# intl.m4 serial 23 (gettext-0.18.3)
dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
-# po.m4 serial 21 (gettext-0.18.2)
+# po.m4 serial 21 (gettext-0.18.3)
dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
#
-# Origin: gettext-0.18.2
+# Origin: gettext-0.18.3
GETTEXT_MACRO_VERSION = 0.18
PACKAGE = @PACKAGE@
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001202
+#define LIBGETTEXTPO_VERSION 0x001203
extern int libgettextpo_version;
/* ================================= Types ================================= */
0.15 | \
0.16 | 0.16.1 | \
0.17 | \
- 0.18 | 0.18.1 | 0.18.2 )
+ 0.18 | 0.18.1 | 0.18.2 | 0.18.3 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
;;; Code:
\f
-(defconst po-mode-version-string "2.21" "\
+(defconst po-mode-version-string "2.22" "\
Version number of this version of po-mode.el.")
;;; Emacs portability matters - part I.
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
#
-# Origin: gettext-0.18.2
+# Origin: gettext-0.18.3
GETTEXT_MACRO_VERSION = 0.18
PACKAGE = @PACKAGE@
-Subproject commit f40e61ea0c4940b027aade7dd48948aa93f133a4
+Subproject commit c96bab3fee48a9df55e7366344f838e1fc785c28
# Version number and release date.
-VERSION_NUMBER=0.18.2
-RELEASE_DATE=2012-12-25 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.18.3
+RELEASE_DATE=2013-07-07 # in "date +%Y-%m-%d" format