summaryrefslogtreecommitdiffstats
path: root/gettext-tools/libgettextpo
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-05-09 03:07:19 +0200
committerBruno Haible <bruno@clisp.org>2010-05-09 20:54:29 +0200
commitfdeeeaba81cc63e0df0681794fb5b63081add4cc (patch)
tree5da8254c7d084eb617a13979a1a3161500ef3ffe /gettext-tools/libgettextpo
parent81eaafa6e7ec0c139f401270327e0b428a08119e (diff)
downloadexternal_gettext-fdeeeaba81cc63e0df0681794fb5b63081add4cc.zip
external_gettext-fdeeeaba81cc63e0df0681794fb5b63081add4cc.tar.gz
external_gettext-fdeeeaba81cc63e0df0681794fb5b63081add4cc.tar.bz2
Prepare for version 0.18.
Diffstat (limited to 'gettext-tools/libgettextpo')
-rw-r--r--gettext-tools/libgettextpo/ChangeLog6
-rw-r--r--gettext-tools/libgettextpo/Makefile.am6
-rw-r--r--gettext-tools/libgettextpo/gettext-po.h.in4
-rw-r--r--gettext-tools/libgettextpo/libgettextpo.rc2
4 files changed, 12 insertions, 6 deletions
diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog
index 9ab64ae..ad66dc0 100644
--- a/gettext-tools/libgettextpo/ChangeLog
+++ b/gettext-tools/libgettextpo/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-09 Bruno Haible <bruno@clisp.org>
+
+ * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
+ * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 5:0:5.
+ * libgettextpo.rc: Update year.
+
2009-12-26 Bruno Haible <bruno@clisp.org>
* libgettextpo.rc: Update.
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index 48a0f6e..648f589 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2009 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2010 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -91,9 +91,9 @@ libgettextpo_la_AUXSOURCES = \
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
-LTV_CURRENT=4
+LTV_CURRENT=5
LTV_REVISION=0
-LTV_AGE=4
+LTV_AGE=5
# How to build libgettextpo.la.
# Don't make it depend on libgettextsrc.la or libgettextlib.la, since they
diff --git a/gettext-tools/libgettextpo/gettext-po.h.in b/gettext-tools/libgettextpo/gettext-po.h.in
index fc09ee6..ede1a63 100644
--- a/gettext-tools/libgettextpo/gettext-po.h.in
+++ b/gettext-tools/libgettextpo/gettext-po.h.in
@@ -1,5 +1,5 @@
/* Public API for GNU gettext PO files - contained in libgettextpo.
- Copyright (C) 2003-2008 Free Software Foundation, Inc.
+ Copyright (C) 2003-2008, 2010 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@ extern "C" {
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001100
+#define LIBGETTEXTPO_VERSION 0x001200
extern int libgettextpo_version;
/* ================================= Types ================================= */
diff --git a/gettext-tools/libgettextpo/libgettextpo.rc b/gettext-tools/libgettextpo/libgettextpo.rc
index 2c986be..e12d6da 100644
--- a/gettext-tools/libgettextpo/libgettextpo.rc
+++ b/gettext-tools/libgettextpo/libgettextpo.rc
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "gettextpo.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "gettextpo.dll\0"
VALUE "ProductName", "libgettextpo: public API for PO files\0"