From: Bruno Haible Date: Mon, 19 May 2003 11:15:01 +0000 (+0000) Subject: Make the version info work (hopefully). X-Git-Tag: v0.12.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d2870df23209895ff4748bd58a222dc71a0103;p=thirdparty%2Fgettext.git Make the version info work (hopefully). --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 71d9afc25..ebf77ed55 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Bruno Haible + + * windows/intl.rc: Include . + Reported by Perry Rapp. + 2003-05-17 Bruno Haible * gettext-0.12 released. diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 27f7209c7..19d33476c 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Bruno Haible + + * windows/asprintf.rc: Include . + Reported by Perry Rapp. + 2003-05-18 Bruno Haible * Makefile.msvc (DEBUGFLAGS): New variable. diff --git a/gettext-runtime/libasprintf/windows/asprintf.rc b/gettext-runtime/libasprintf/windows/asprintf.rc index a4337fedc..fe0714127 100644 --- a/gettext-runtime/libasprintf/windows/asprintf.rc +++ b/gettext-runtime/libasprintf/windows/asprintf.rc @@ -1,6 +1,8 @@ /* Resources for asprintf.dll */ /* There are 4 occurrences of the version number in this file. */ +#include + VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION 1,0,0,0 diff --git a/gettext-runtime/windows/intl.rc b/gettext-runtime/windows/intl.rc index d07a16096..a94a69bfc 100644 --- a/gettext-runtime/windows/intl.rc +++ b/gettext-runtime/windows/intl.rc @@ -1,6 +1,8 @@ /* Resources for intl.dll */ /* There are 4 occurrences of the version number in this file. */ +#include + VS_VERSION_INFO VERSIONINFO FILEVERSION 0,12,0,0 PRODUCTVERSION 0,12,0,0 diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index d5e97fdd2..8d405b462 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2003-05-19 Bruno Haible + + * windows/gettextlib.rc: Include . + * windows/gettextsrc.rc: Likewise. + Reported by Perry Rapp. + 2003-05-17 Bruno Haible * gettext-0.12 released. diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc index 6a54b2307..cd7aefd4e 100644 --- a/gettext-tools/windows/gettextlib.rc +++ b/gettext-tools/windows/gettextlib.rc @@ -1,6 +1,8 @@ /* Resources for gettextlib.dll */ /* There are 4 occurrences of the version number in this file. */ +#include + VS_VERSION_INFO VERSIONINFO FILEVERSION 0,12,0,0 PRODUCTVERSION 0,12,0,0 diff --git a/gettext-tools/windows/gettextsrc.rc b/gettext-tools/windows/gettextsrc.rc index a5f51dbfe..518c64ba8 100644 --- a/gettext-tools/windows/gettextsrc.rc +++ b/gettext-tools/windows/gettextsrc.rc @@ -1,6 +1,8 @@ /* Resources for gettextsrc.dll */ /* There are 4 occurrences of the version number in this file. */ +#include + VS_VERSION_INFO VERSIONINFO FILEVERSION 0,12,0,0 PRODUCTVERSION 0,12,0,0