wintrust: Update version to 6.1.7601.23769.

Installer of Google drive will check wintrust's version to make sure
Windows security update was installed.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jactry Zeng 2017-11-22 16:45:27 +08:00 committed by Alexandre Julliard
parent 32766b5253
commit 567ad03310
1 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@
*/
#define WINE_FILENAME_STR "wintrust.dll"
#define WINE_FILEVERSION 5,131,2195,6824
#define WINE_FILEVERSION_STR "5.131.2195.6824"
#define WINE_PRODUCTVERSION 5,131,2195,6824
#define WINE_PRODUCTVERSION_STR "5.131.2195.6824"
#define WINE_FILEVERSION 6,1,7601,23769
#define WINE_FILEVERSION_STR "6.1.7601.23769"
#define WINE_PRODUCTVERSION 6,1,7601,23769
#define WINE_PRODUCTVERSION_STR "6.1.7601.23769"
#include "wine/wine_common_ver.rc"