Update version resource of msi.dll to current version shipped from

windows update.
oldstable
Stefan Leichter 2005-05-23 09:49:50 +00:00 committed by Alexandre Julliard
parent b721153150
commit f23029f647
1 changed files with 4 additions and 4 deletions

View File

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