msi: Bump version to 4.5.

This commit is contained in:
Hans Leidekker 2010-08-18 11:22:37 +02:00 committed by Alexandre Julliard
parent 5d85497a15
commit 378bb21f8e
2 changed files with 7 additions and 7 deletions

View File

@ -595,9 +595,9 @@ typedef struct tagMSISCRIPT
#define MSIHANDLETYPE_PACKAGE 5 #define MSIHANDLETYPE_PACKAGE 5
#define MSIHANDLETYPE_PREVIEW 6 #define MSIHANDLETYPE_PREVIEW 6
#define MSI_MAJORVERSION 3 #define MSI_MAJORVERSION 4
#define MSI_MINORVERSION 1 #define MSI_MINORVERSION 5
#define MSI_BUILDNUMBER 4000 #define MSI_BUILDNUMBER 6001
#define GUID_SIZE 39 #define GUID_SIZE 39
#define SQUISH_GUID_SIZE 33 #define SQUISH_GUID_SIZE 33

View File

@ -18,9 +18,9 @@
#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 3,1,4000,2435 #define WINE_FILEVERSION 4,5,6001,22159
#define WINE_FILEVERSION_STR "3.1.4000.2435" #define WINE_FILEVERSION_STR "4.5.6001.22159"
#define WINE_PRODUCTVERSION 3,1,4000,2435 #define WINE_PRODUCTVERSION 4,5,6001,22159
#define WINE_PRODUCTVERSION_STR "3.1.4000.2435" #define WINE_PRODUCTVERSION_STR "4.5.6001.22159"
#include "wine/wine_common_ver.rc" #include "wine/wine_common_ver.rc"