Louis Lenders : kernel32: Update version to win7.

Alexandre Julliard julliard at winehq.org
Thu Dec 19 16:00:05 CST 2019


Module: wine
Branch: master
Commit: 1f626b5e1f072be9ba0b0d6eb0aab6e1cf7ebc71
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1f626b5e1f072be9ba0b0d6eb0aab6e1cf7ebc71

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Wed Dec 18 19:29:56 2019 +0100

kernel32: Update version to win7.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48304
Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/version.rc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/kernel32/version.rc b/dlls/kernel32/version.rc
index d4b994f28d..82287e5da7 100644
--- a/dlls/kernel32/version.rc
+++ b/dlls/kernel32/version.rc
@@ -25,10 +25,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 #define WINE_FILEDESCRIPTION_STR "Wine kernel DLL"
 #define WINE_FILENAME_STR "kernel32.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"
+/* these values come from Windows 7 SP1 */
+#define WINE_FILEVERSION 6,1,7601,17514
+#define WINE_FILEVERSION_STR "6.1.7601.17514"
+#define WINE_PRODUCTVERSION 6,1,7601,17514
+#define WINE_PRODUCTVERSION_STR "6.1.7601.17514"
 
 #include "wine/wine_common_ver.rc"




More information about the wine-cvs mailing list