Louis Lenders : advapi32: Update version resource.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 09:40:26 CDT 2021


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

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Sat Apr  3 23:56:45 2021 +0200

advapi32: Update version resource.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50854
Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 145210af9f49348a07d2f2e4acd20391d85c873f)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

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

diff --git a/dlls/advapi32/version.rc b/dlls/advapi32/version.rc
index 1c05b9cac95..d22f12b1c7d 100644
--- a/dlls/advapi32/version.rc
+++ b/dlls/advapi32/version.rc
@@ -18,9 +18,9 @@
 
 #define WINE_FILEDESCRIPTION_STR "Wine advapi32 dll"
 #define WINE_FILENAME_STR "advapi32.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 10,0,10240,16384
+#define WINE_FILEVERSION_STR "10.0.10240.16384"
+#define WINE_PRODUCTVERSION 10,0,10240,16384
+#define WINE_PRODUCTVERSION_STR "10.0.10240.16384"
 
 #include "wine/wine_common_ver.rc"




More information about the wine-cvs mailing list