From 8bf7942a90698988369163ab992215cff743478a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 6 Oct 2006 12:00:01 +0000 Subject: [PATCH] Bump libgettextpo version. --- gettext-tools/src/ChangeLog | 4 ++++ gettext-tools/src/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index d04f9c721..5d81bcc33 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2006-10-06 Bruno Haible + + * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 3:0:3. + 2006-10-03 Bruno Haible * message.h (struct message_ty): New fields prev_msgctxt, prev_msgid, diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 89d1f4f4d..6f0addec2 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -132,9 +132,9 @@ $(FORMAT_SOURCE) libgettextpo_la_SOURCES = gettext-po.c # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=2 -LTV_REVISION=1 -LTV_AGE=2 +LTV_CURRENT=3 +LTV_REVISION=0 +LTV_AGE=3 # msggrep needs pattern matching. LIBGREP = ../libgrep/libgrep.a -- 2.47.3