[PATCH] user32: Bump version to XP values

Detlef Riekenberg wine.dev at web.de
Fri Oct 23 08:02:47 CDT 2009


---
 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"
-- 
1.5.4.3


--=-olI3KcLtXXSpoMFix+Yb--




More information about the wine-patches mailing list