diff options
author | Bruno Haible <bruno@clisp.org> | 2003-06-23 09:58:20 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:44 +0200 |
commit | 609381653d499dc3d09699614e0c0942ce1377a8 (patch) | |
tree | 42690ff54e577e252a6a1f34e7ce9b9b82e6c8c9 /gettext-tools/po | |
parent | 1a7f35af59fead939e1c881d5ec4f022d3a8ba8b (diff) | |
download | external_gettext-609381653d499dc3d09699614e0c0942ce1377a8.zip external_gettext-609381653d499dc3d09699614e0c0942ce1377a8.tar.gz external_gettext-609381653d499dc3d09699614e0c0942ce1377a8.tar.bz2 |
Add a version number, to be used by intltools.
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@ |