]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.18.3.
authorDaiki Ueno <ueno@gnu.org>
Sun, 7 Jul 2013 03:12:24 +0000 (12:12 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 7 Jul 2013 09:14:39 +0000 (18:14 +0900)
autogen.sh
gettext-runtime/intl/libgnuintl.in.h
gettext-runtime/m4/intl.m4
gettext-runtime/m4/po.m4
gettext-runtime/po/Makefile.in.in
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/autopoint.in
gettext-tools/misc/po-mode.el
gettext-tools/po/Makefile.in.in
gnulib
version.sh

index f346c42b0eefdc391924705de9d396b1175391db..a1033b6519ff5fae508f8a520a751b658afac772 100755 (executable)
@@ -41,8 +41,8 @@
 # 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.
index a1991d8ac3e94c1afca95b34970624a9c0f1276b..4d3bae3b63c164bbb3bbda7e2e8218ceedd22ddd 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001202
+#define LIBINTL_VERSION 0x001203
 extern int libintl_version;
 
 
index 68b0cbe7ef0b800f426a05d020452df84b7a67cf..959bd0421ffc413d87d225e761578c3ba0042edb 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
index b98bfeaa5e6e63c68c6e1c65873c073fa31cc3b9..1c70b6c1af5440502e9720ee429d882cd59ddd34 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
index 0545d2a7646fd3e31129d965492e1e4c0e0a31c2..fabdc76c9cfac7115efab9ffde1214f95772e01b 100644 (file)
@@ -8,7 +8,7 @@
 # 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@
index e1e21ad1ea5a09e950380e35b59a736ee39840f6..df5bc697419664cb9aa98cbfdc467a8fae3526da 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001202
+#define LIBGETTEXTPO_VERSION 0x001203
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 87723ec01b8205c72263228f13f55dec79f8ad86..6c03e7584a44eace6022cade0b56f4e58520c103 100644 (file)
@@ -316,7 +316,7 @@ case "$ver" in
   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
index dac3d115c88fda961876c7f26e26ed3f41e743f1..761d8b7e63ddcc368e723edc22bc9f5588817383 100644 (file)
@@ -62,7 +62,7 @@
 
 ;;; 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.
index 0545d2a7646fd3e31129d965492e1e4c0e0a31c2..fabdc76c9cfac7115efab9ffde1214f95772e01b 100644 (file)
@@ -8,7 +8,7 @@
 # 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@
diff --git a/gnulib b/gnulib
index f40e61ea0c4940b027aade7dd48948aa93f133a4..c96bab3fee48a9df55e7366344f838e1fc785c28 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit f40e61ea0c4940b027aade7dd48948aa93f133a4
+Subproject commit c96bab3fee48a9df55e7366344f838e1fc785c28
index f6a4232ff87574c941dd71ada9c7b043ea34a86e..63ca629ea71f86a190f3ce5cd40e05fa20b6f080 100644 (file)
@@ -1,3 +1,3 @@
 # 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