From a7ccf9842c793a2e003cc406456ed76162b178a6 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 27 Sep 2011 11:40:08 +0200 Subject: [PATCH] explorer: Add a version resource. --- programs/explorer/explorer.rc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/programs/explorer/explorer.rc b/programs/explorer/explorer.rc index 86d7ad06beb..fbbf5de6bb4 100644 --- a/programs/explorer/explorer.rc +++ b/programs/explorer/explorer.rc @@ -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"