Update version resource of msi.dll to current version shipped from
windows update.
This commit is contained in:
parent
b721153150
commit
f23029f647
|
@ -18,9 +18,9 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
|
||||
#define WINE_FILENAME_STR "msi.dll"
|
||||
#define WINE_FILEVERSION 2,0,2600,0
|
||||
#define WINE_FILEVERSION_STR "2.0.2600.0"
|
||||
#define WINE_PRODUCTVERSION 2,0,2600,0
|
||||
#define WINE_PRODUCTVERSION_STR "2.0.2600.0"
|
||||
#define WINE_FILEVERSION 3,1,4000,2435
|
||||
#define WINE_FILEVERSION_STR "3.1.4000.2435"
|
||||
#define WINE_PRODUCTVERSION 3,1,4000,2435
|
||||
#define WINE_PRODUCTVERSION_STR "3.1.4000.2435"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue