Skip to content

Commit f85d527

Browse files
committed
Make the version info work (hopefully).
1 parent 91c5079 commit f85d527

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2003-05-19 Bruno Haible <bruno@clisp.org>
2+
3+
* windows/iconv.rc: Include <winver.h>.
4+
Reported by Perry Rapp.
5+
16
2003-05-18 Bruno Haible <bruno@clisp.org>
27

38
* Version 1.9 released.

libcharset/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2003-05-19 Bruno Haible <bruno@clisp.org>
2+
3+
* windows/charset.rc: Include <winver.h>.
4+
Reported by Perry Rapp.
5+
16
2003-05-07 Bruno Haible <bruno@clisp.org>
27

38
* Makefile.vms: New file.

libcharset/windows/charset.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* Resources for charset.dll */
22
/* There are 4 occurrences of the version number in this file. */
33

4+
#include <winver.h>
5+
46
VS_VERSION_INFO VERSIONINFO
57
FILEVERSION 1,2,0,0
68
PRODUCTVERSION 1,2,0,0

windows/iconv.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* Resources for iconv.dll */
22
/* There are 4 occurrences of the version number in this file. */
33

4+
#include <winver.h>
5+
46
VS_VERSION_INFO VERSIONINFO
57
FILEVERSION 1,9,0,0
68
PRODUCTVERSION 1,9,0,0

0 commit comments

Comments
 (0)