From daeaff694427642464fcf21ae4b049a47e69d9cc Mon Sep 17 00:00:00 2001 From: Enrico Horn Date: Mon, 13 Jan 2003 18:31:19 +0000 Subject: [PATCH] Extend version info. --- dlls/dplayx/version.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/dplayx/version.rc b/dlls/dplayx/version.rc index e49955d9236..4d7c29cc84b 100644 --- a/dlls/dplayx/version.rc +++ b/dlls/dplayx/version.rc @@ -18,6 +18,8 @@ #define WINE_FILEDESCRIPTION_STR "Wine DirectPlay" #define WINE_FILENAME_STR "dplayx.dll" +#define WINE_FILEVERSION 4,7,0,0 +#define WINE_FILEVERSION_STR "4.7.0.0" #define WINE_PRODUCTVERSION 4,7,0,0 #define WINE_PRODUCTVERSION_STR "4.7" #define WINE_PRODUCTNAME_STR "DirectX"