Update the MSI version to be the same as on win2k.

This commit is contained in:
Aric Stewart 2004-07-14 21:42:50 +00:00 committed by Alexandre Julliard
parent 03fa4c6f57
commit 55de9f40dd
1 changed files with 4 additions and 4 deletions

View File

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