Commit 93bbd00b authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

msi: Make the version information of DllGetVersion same as in version resource.

parent b6d59721
......@@ -252,9 +252,9 @@ typedef struct tagMSISUMMARYINFO
#define MSIHANDLETYPE_PACKAGE 5
#define MSIHANDLETYPE_PREVIEW 6
#define MSI_MAJORVERSION 2
#define MSI_MINORVERSION 0
#define MSI_BUILDNUMBER 2600
#define MSI_MAJORVERSION 3
#define MSI_MINORVERSION 1
#define MSI_BUILDNUMBER 4000
#define GUID_SIZE 39
......
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