From f96d192947db518d2aee99e635248c265abc9b1e Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Thu, 27 May 2010 04:14:08 -0500 Subject: [PATCH] ws2_32: Update DLL version information to correspond to XP. The Star Trek: Armada II demo tries to install a Windows 95 winsock redist if the detected ws2_32.dll version is too old. --- dlls/ws2_32/version.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlls/ws2_32/version.rc b/dlls/ws2_32/version.rc index 1a2cb86a7f0..52dbb1b2c48 100644 --- a/dlls/ws2_32/version.rc +++ b/dlls/ws2_32/version.rc @@ -18,9 +18,9 @@ #define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILENAME_STR "ws2_32.dll" -#define WINE_FILEVERSION 4,0,0,0 -#define WINE_FILEVERSION_STR "4.0.0.0" -#define WINE_PRODUCTVERSION 4,0,0,0 -#define WINE_PRODUCTVERSION_STR "4.0" +#define WINE_FILEVERSION 5,1,2600,5512 +#define WINE_FILEVERSION_STR "5.1.2600.5512" +#define WINE_PRODUCTVERSION 5,1,2600,5512 +#define WINE_PRODUCTVERSION_STR "5.1.2600.5512" #include "wine/wine_common_ver.rc" -- 2.11.4.GIT