This repository was archived by the owner on Nov 29, 2024. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
// Product version as a single DWORD
30
30
// Note: Used for version comparison within C/C++ code.
31
31
//
32
- #define PRODUCT_VERSION 0x00ff0500
32
+ #define PRODUCT_VERSION 0x00ff0600
33
33
34
34
//
35
35
// Product version by components
39
39
//
40
40
#define PRODUCT_VERSION_MAJ 0
41
41
#define PRODUCT_VERSION_MIN 255
42
- #define PRODUCT_VERSION_REV 5
42
+ #define PRODUCT_VERSION_REV 6
43
43
#define PRODUCT_VERSION_BUILD 0
44
44
45
45
//
46
46
// Human readable product version and build year for UI
47
47
//
48
- #define PRODUCT_VERSION_STR "1.0-alpha5 "
48
+ #define PRODUCT_VERSION_STR "1.0-alpha6 "
49
49
#define PRODUCT_BUILD_YEAR_STR "2016"
50
50
51
51
//
52
52
// Numerical version presentation for ProductVersion propery in
53
53
// MSI packages (syntax: N.N[.N[.N]])
54
54
//
55
- #define PRODUCT_VERSION_INST "0.255.5 "
55
+ #define PRODUCT_VERSION_INST "0.255.6 "
56
56
57
57
//
58
58
// The product code for ProductCode property in MSI packages
59
59
// Replace with new on every version change, regardless how minor it is.
60
60
//
61
- #define PRODUCT_VERSION_GUID "{4A006C27-4001-47C7-B0C2-2A16525A17C3 }"
61
+ #define PRODUCT_VERSION_GUID "{BC83D8A6-59FB-4DD9-87F7-CCA4822EE432 }"
62
62
63
63
//
64
64
// Since the product name is not finally confirmed at the time of
You can’t perform that action at this time.
0 commit comments