explorer: Add a version resource.

oldstable
Hans Leidekker 2011-09-27 11:40:08 +02:00 committed by Alexandre Julliard
parent fddbf3b99d
commit a7ccf9842c
1 changed files with 9 additions and 0 deletions

View File

@ -28,3 +28,12 @@ STRINGTABLE
IDS_EXPLORER_TITLE "Wine Explorer"
IDS_PATHBOX_LABEL "Location:"
}
#define WINE_FILEDESCRIPTION_STR "Wine Explorer"
#define WINE_FILENAME_STR "explorer.exe"
#define WINE_FILEVERSION 6,1,7601,17567
#define WINE_FILEVERSION_STR "6.1.7601.17567"
#define WINE_PRODUCTVERSION 6,1,7601,17567
#define WINE_PRODUCTVERSION_STR "6.1.7601.17567"
#include "wine/wine_common_ver.rc"