diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-05-16 16:03:25 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-05-17 22:54:13 -0500 |
commit | 0ea53e27361cbfe664df98d717e55005f329aff1 (patch) | |
tree | d75e02fadee9669593ca3ccf28401b67064244af /src/api/burn/WixToolset.Mba.Core/VerUtil.cs | |
parent | d5985a1688bc878e42ffd3ce3939fa52303cab16 (diff) | |
download | wix-0ea53e27361cbfe664df98d717e55005f329aff1.tar.gz wix-0ea53e27361cbfe664df98d717e55005f329aff1.tar.bz2 wix-0ea53e27361cbfe664df98d717e55005f329aff1.zip |
Store the prefix character in VERUTIL_VERSION.
Fix edge case where version string is all v's.
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/VerUtil.cs')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/VerUtil.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/VerUtil.cs b/src/api/burn/WixToolset.Mba.Core/VerUtil.cs index a342f85c..611f9710 100644 --- a/src/api/burn/WixToolset.Mba.Core/VerUtil.cs +++ b/src/api/burn/WixToolset.Mba.Core/VerUtil.cs | |||
@@ -59,6 +59,7 @@ namespace WixToolset.Mba.Core | |||
59 | internal struct VersionStruct | 59 | internal struct VersionStruct |
60 | { | 60 | { |
61 | public IntPtr sczVersion; | 61 | public IntPtr sczVersion; |
62 | public char chPrefix; | ||
62 | public uint dwMajor; | 63 | public uint dwMajor; |
63 | public uint dwMinor; | 64 | public uint dwMinor; |
64 | public uint dwPatch; | 65 | public uint dwPatch; |