Module: wine Branch: master Commit: 6f6ce4a3250216f77897e6fc2c905c50ca8493c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6f6ce4a3250216f77897e6fc2c... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Fri Oct 23 15:02:47 2009 +0200 user32: Bump version to XP values. --- dlls/user32/resources/version.rc | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/dlls/user32/resources/version.rc b/dlls/user32/resources/version.rc index 228da33..9848a31 100644 --- a/dlls/user32/resources/version.rc +++ b/dlls/user32/resources/version.rc @@ -20,8 +20,13 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#define WINE_FILEVERSION_STR "1.0" #define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILENAME_STR "user32.dll" +/* these values come from Windows XP SP2 */ +#define WINE_FILEVERSION 5,1,2600,2180 +#define WINE_FILEVERSION_STR "5.01.2600.2180" +#define WINE_PRODUCTVERSION 5,1,2600,2180 +#define WINE_PRODUCTVERSION_STR "5.01.2600.2180" + #include "wine/wine_common_ver.rc"