Commit a7ccf984 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

explorer: Add a version resource.

parent fddbf3b9
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment