Module: wine Branch: master Commit: f96d192947db518d2aee99e635248c265abc9b1e URL: http://source.winehq.org/git/wine.git/?a=commit;h=f96d192947db518d2aee99e635...
Author: Andrew Nguyen anguyen@codeweavers.com Date: Thu May 27 04:14:08 2010 -0500
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 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/ws2_32/version.rc b/dlls/ws2_32/version.rc index 1a2cb86..52dbb1b 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"