summaryrefslogtreecommitdiffstats
path: root/gettext-tools/libgettextpo
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2012-12-08 18:39:13 +0900
committerDaiki Ueno <ueno@gnu.org>2012-12-25 14:16:50 +0900
commit30c69f3c0083d598d4c43a6ccea651e1e27b7e60 (patch)
tree4dc7a0fd08fdce9bed0628ec3485d1510e41b9c3 /gettext-tools/libgettextpo
parent94d77889ada54e8f9642c16d150acd11455e5b55 (diff)
downloadexternal_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.zip
external_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.tar.gz
external_gettext-30c69f3c0083d598d4c43a6ccea651e1e27b7e60.tar.bz2
Prepare for 0.18.2.
Diffstat (limited to 'gettext-tools/libgettextpo')
-rw-r--r--gettext-tools/libgettextpo/ChangeLog5
-rw-r--r--gettext-tools/libgettextpo/Makefile.am2
-rw-r--r--gettext-tools/libgettextpo/gettext-po.in.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index d4cdbb0..e0c7904 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-08 Daiki Ueno <ueno@unixuser.org>
+
+ * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.18.2.
+ * Makefile.am (LTV_CURRENT): Bump to 5:2:5.
+
2010-11-07 Bruno Haible <bruno@clisp.org>
Rename gettext-po.h.in to gettext-po.in.h.
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index c8fb05d..cf4a928 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -92,7 +92,7 @@ libgettextpo_la_AUXSOURCES = \
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
-LTV_REVISION=1
+LTV_REVISION=2
LTV_AGE=5
# How to build libgettextpo.la.
diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h
index 24fd8e9..e1e21ad 100644
--- a/gettext-tools/libgettextpo/gettext-po.in.h
+++ b/gettext-tools/libgettextpo/gettext-po.in.h
@@ -28,7 +28,7 @@ extern "C" {
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001201
+#define LIBGETTEXTPO_VERSION 0x001202
extern int libgettextpo_version;
/* ================================= Types ================================= */