This repository was archived by the owner on Nov 29, 2024. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
// Product version as a single DWORD
35
35
// Note: Used for version comparison within C/C++ code.
36
36
//
37
- #define PRODUCT_VERSION 0x01020b00
37
+ #define PRODUCT_VERSION 0x01030000
38
38
39
39
//
40
40
// Product version by components
43
43
// separately.
44
44
//
45
45
#define PRODUCT_VERSION_MAJ 1
46
- #define PRODUCT_VERSION_MIN 2
47
- #define PRODUCT_VERSION_REV 11
46
+ #define PRODUCT_VERSION_MIN 3
47
+ #define PRODUCT_VERSION_REV 0
48
48
#define PRODUCT_VERSION_BUILD 0
49
49
50
50
//
51
51
// Human readable product version and build year for UI
52
52
//
53
- #define PRODUCT_VERSION_STR "1.2g "
54
- #define PRODUCT_BUILD_YEAR_STR "2019 "
53
+ #define PRODUCT_VERSION_STR "1.3 "
54
+ #define PRODUCT_BUILD_YEAR_STR "2020 "
55
55
56
56
//
57
57
// Numerical version presentation for ProductVersion propery in
58
58
// MSI packages (syntax: N.N[.N[.N]])
59
59
//
60
- #define PRODUCT_VERSION_INST "1.2.11 "
60
+ #define PRODUCT_VERSION_INST "1.2.13 "
61
61
62
62
//
63
63
// The product code for ProductCode property in MSI packages
64
64
// Replace with new on every version change, regardless how minor it is.
65
65
//
66
- #define PRODUCT_VERSION_GUID "{9724DC5C-8574-47AF-9978-04ED7FA83EF4 }"
66
+ #define PRODUCT_VERSION_GUID "{091B80E8-200B-45CD-A9C8-8BB60A4557A3 }"
67
67
68
68
//
69
69
// Product vendor
You can’t perform that action at this time.
0 commit comments