diff options
author | Bruno Haible <bruno@clisp.org> | 2004-01-17 15:59:39 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:40 +0200 |
commit | c7f5fa8e6af6ab19153ba1d48d38205f8f81bb75 (patch) | |
tree | b591a75b44006ddb7b1cad096bbd2eea8f9ce10a | |
parent | fe89ccfb2c6d0e9130a9ebe2d31609c42c1321d5 (diff) | |
download | external_gettext-c7f5fa8e6af6ab19153ba1d48d38205f8f81bb75.zip external_gettext-c7f5fa8e6af6ab19153ba1d48d38205f8f81bb75.tar.gz external_gettext-c7f5fa8e6af6ab19153ba1d48d38205f8f81bb75.tar.bz2 |
Bump version number.
-rw-r--r-- | gettext-runtime/intl/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/intl/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 06c5216..8e191da 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2004-01-17 Bruno Haible <bruno@clisp.org> + + * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 7:0:4. + 2003-12-02 Jakub Jelinek <jakub@redhat.com> * locale.alias: Use nb_NO instead of no_NO for bokmål. diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 0199907..05f1532 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -162,8 +162,8 @@ libintl.la libgnuintl.la: $(OBJECTS) # according to the libtool documentation, section "Library interface versions". # Maintainers of other packages that include the intl directory must *not* # change these values. -LTV_CURRENT=6 -LTV_REVISION=1 +LTV_CURRENT=7 +LTV_REVISION=0 LTV_AGE=4 .SUFFIXES: |