Module: wine Branch: master Commit: 378bb21f8ee89f27879c8833b3309a3c1a414cc6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=378bb21f8ee89f27879c8833b3...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Aug 18 11:22:37 2010 +0200
msi: Bump version to 4.5.
---
dlls/msi/msipriv.h | 6 +++--- dlls/msi/version.rc | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dlls/msi/msipriv.h b/dlls/msi/msipriv.h index 344b145..a5d089e 100644 --- a/dlls/msi/msipriv.h +++ b/dlls/msi/msipriv.h @@ -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 diff --git a/dlls/msi/version.rc b/dlls/msi/version.rc index 4fe3d91..ab027f4 100644 --- a/dlls/msi/version.rc +++ b/dlls/msi/version.rc @@ -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"