diff options
Diffstat (limited to 'gettext-tools/po')
-rw-r--r-- | gettext-tools/po/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/po/Makefile.in.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 9194264..528eaf8 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,7 @@ +2003-06-22 Bruno Haible <bruno@clisp.org> + + * Makefile.in.in: Add a version number, to be used by intltools. + 2003-06-12 Bruno Haible <bruno@clisp.org> * POTFILES.in: Remove duplicate entry. diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index 27b721a..ee60092 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -7,6 +7,8 @@ # functionality. # 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.12.2 PACKAGE = @PACKAGE@ VERSION = @VERSION@ |