Update the MSI version to be the same as on win2k.
This commit is contained in:
parent
03fa4c6f57
commit
55de9f40dd
|
@ -18,10 +18,10 @@
|
||||||
|
|
||||||
#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
|
#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
|
||||||
#define WINE_FILENAME_STR "msi.dll"
|
#define WINE_FILENAME_STR "msi.dll"
|
||||||
#define WINE_FILEVERSION 2,0,1600,1106
|
#define WINE_FILEVERSION 2,0,2600,0
|
||||||
#define WINE_FILEVERSION_STR "2.0.1600.1106"
|
#define WINE_FILEVERSION_STR "2.0.2600.0"
|
||||||
#define WINE_PRODUCTVERSION 2,0,1600,1106
|
#define WINE_PRODUCTVERSION 2,0,2600,0
|
||||||
#define WINE_PRODUCTVERSION_STR "2.0"
|
#define WINE_PRODUCTVERSION_STR "2.0.2600.0"
|
||||||
#define WINE_PRODUCTNAME_STR "MSI Installer"
|
#define WINE_PRODUCTNAME_STR "MSI Installer"
|
||||||
|
|
||||||
#include "wine/wine_common_ver.rc"
|
#include "wine/wine_common_ver.rc"
|
||||||
|
|
Loading…
Reference in New Issue