Commit 55de9f40 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

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

parent 03fa4c6f
......@@ -18,10 +18,10 @@
#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
#define WINE_FILENAME_STR "msi.dll"
#define WINE_FILEVERSION 2,0,1600,1106
#define WINE_FILEVERSION_STR "2.0.1600.1106"
#define WINE_PRODUCTVERSION 2,0,1600,1106
#define WINE_PRODUCTVERSION_STR "2.0"
#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_PRODUCTNAME_STR "MSI Installer"
#include "wine/wine_common_ver.rc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment