Louis Lenders : ntdll: Update version resource.

Alexandre Julliard julliard at winehq.org
Tue Mar 20 17:51:34 CDT 2018


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

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Mon Mar 19 20:38:44 2018 +0100

ntdll: Update version resource.

Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/version.rc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/ntdll/version.rc b/dlls/ntdll/version.rc
index c16ea4e..fd51d3c 100644
--- a/dlls/ntdll/version.rc
+++ b/dlls/ntdll/version.rc
@@ -18,9 +18,9 @@
 
 #define WINE_FILEDESCRIPTION_STR "Wine ntdll"
 #define WINE_FILENAME_STR "ntdll.dll"
-#define WINE_FILEVERSION 5,1,2600,2180
-#define WINE_FILEVERSION_STR "5.1.2600.2180"
-#define WINE_PRODUCTVERSION 5,1,2600,2180
-#define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
+#define WINE_FILEVERSION 6,1,7601,24059
+#define WINE_FILEVERSION_STR "6.1.7601.24059"
+#define WINE_PRODUCTVERSION 6,1,7601,24059
+#define WINE_PRODUCTVERSION_STR "6.1.7601.24059"
 
 #include "wine/wine_common_ver.rc"




More information about the wine-cvs mailing list