msi: Bump version to 4.5.
This commit is contained in:
parent
5d85497a15
commit
378bb21f8e
|
@ -595,9 +595,9 @@ typedef struct tagMSISCRIPT
|
|||
#define MSIHANDLETYPE_PACKAGE 5
|
||||
#define MSIHANDLETYPE_PREVIEW 6
|
||||
|
||||
#define MSI_MAJORVERSION 3
|
||||
#define MSI_MINORVERSION 1
|
||||
#define MSI_BUILDNUMBER 4000
|
||||
#define MSI_MAJORVERSION 4
|
||||
#define MSI_MINORVERSION 5
|
||||
#define MSI_BUILDNUMBER 6001
|
||||
|
||||
#define GUID_SIZE 39
|
||||
#define SQUISH_GUID_SIZE 33
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
|
||||
#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
|
||||
#define WINE_FILENAME_STR "msi.dll"
|
||||
#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"
|
||||
#define WINE_FILEVERSION 4,5,6001,22159
|
||||
#define WINE_FILEVERSION_STR "4.5.6001.22159"
|
||||
#define WINE_PRODUCTVERSION 4,5,6001,22159
|
||||
#define WINE_PRODUCTVERSION_STR "4.5.6001.22159"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
|
Loading…
Reference in New Issue