diff options
author | Bruno Haible <bruno@clisp.org> | 2003-05-19 11:15:01 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:35 +0200 |
commit | 55d2870df23209895ff4748bd58a222dc71a0103 (patch) | |
tree | 61817e95dae2fc12a94e445c3cc13cadc6a0c25a | |
parent | da8d69b4ac406536e1690d62308ba98f5e649f6b (diff) | |
download | external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.zip external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.tar.gz external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.tar.bz2 |
Make the version info work (hopefully).
-rw-r--r-- | gettext-runtime/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/windows/asprintf.rc | 2 | ||||
-rw-r--r-- | gettext-runtime/windows/intl.rc | 2 | ||||
-rw-r--r-- | gettext-tools/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-tools/windows/gettextlib.rc | 2 | ||||
-rw-r--r-- | gettext-tools/windows/gettextsrc.rc | 2 |
7 files changed, 24 insertions, 0 deletions
diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 71d9afc..ebf77ed 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Bruno Haible <bruno@clisp.org> + + * windows/intl.rc: Include <winver.h>. + Reported by Perry Rapp. + 2003-05-17 Bruno Haible <bruno@clisp.org> * gettext-0.12 released. diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 27f7209..19d3347 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Bruno Haible <bruno@clisp.org> + + * windows/asprintf.rc: Include <winver.h>. + Reported by Perry Rapp. + 2003-05-18 Bruno Haible <bruno@clisp.org> * Makefile.msvc (DEBUGFLAGS): New variable. diff --git a/gettext-runtime/libasprintf/windows/asprintf.rc b/gettext-runtime/libasprintf/windows/asprintf.rc index a4337fe..fe07141 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 <winver.h> + 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 d07a160..a94a69b 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 <winver.h> + 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 d5e97fd..8d405b4 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2003-05-19 Bruno Haible <bruno@clisp.org> + + * windows/gettextlib.rc: Include <winver.h>. + * windows/gettextsrc.rc: Likewise. + Reported by Perry Rapp. + 2003-05-17 Bruno Haible <bruno@clisp.org> * gettext-0.12 released. diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc index 6a54b23..cd7aefd 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 <winver.h> + 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 a5f51db..518c64b 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 <winver.h> + VS_VERSION_INFO VERSIONINFO FILEVERSION 0,12,0,0 PRODUCTVERSION 0,12,0,0 |