Louis Lenders : ntdll: Update version resource.

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:27 CDT 2018


Module: wine
Branch: stable
Commit: 7817056d91b5462c31f9fbdead335ffbf4ad0c34
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7817056d91b5462c31f9fbdead335ffbf4ad0c34

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>
(cherry picked from commit 670622b8fbb293466cfbd4c4ab3f802ed3586d75)
Signed-off-by: Michael Stefaniuc <mstefani 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