File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ 2003-05-19 Bruno Haible <bruno@clisp.org>
2+
3+ * windows/iconv.rc: Include <winver.h>.
4+ Reported by Perry Rapp.
5+
162003-05-18 Bruno Haible <bruno@clisp.org>
27
38 * Version 1.9 released.
Original file line number Diff line number Diff line change 1+ 2003-05-19 Bruno Haible <bruno@clisp.org>
2+
3+ * windows/charset.rc: Include <winver.h>.
4+ Reported by Perry Rapp.
5+
162003-05-07 Bruno Haible <bruno@clisp.org>
27
38 * Makefile.vms: New file.
Original file line number Diff line number Diff line change 11/* Resources for charset.dll */
22/* There are 4 occurrences of the version number in this file. */
33
4+ #include <winver.h>
5+
46VS_VERSION_INFO VERSIONINFO
57 FILEVERSION 1,2,0,0
68 PRODUCTVERSION 1,2,0,0
Original file line number Diff line number Diff line change 11/* Resources for iconv.dll */
22/* There are 4 occurrences of the version number in this file. */
33
4+ #include <winver.h>
5+
46VS_VERSION_INFO VERSIONINFO
57 FILEVERSION 1,9,0,0
68 PRODUCTVERSION 1,9,0,0
You can’t perform that action at this time.
0 commit comments