advapi32: Update version resource.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50854
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 145210af9f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
This commit is contained in:
Louis Lenders 2021-04-03 23:56:45 +02:00 committed by Michael Stefaniuc
parent adc1b84adb
commit 23ac462cff
1 changed files with 4 additions and 4 deletions

View File

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