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 /gettext-tools/windows/gettextlib.rc | |
parent | da8d69b4ac406536e1690d62308ba98f5e649f6b (diff) | |
download | external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.zip external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.tar.gz external_gettext-55d2870df23209895ff4748bd58a222dc71a0103.tar.bz2 |
Make the version info work (hopefully).
Diffstat (limited to 'gettext-tools/windows/gettextlib.rc')
-rw-r--r-- | gettext-tools/windows/gettextlib.rc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |