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 0x00ff0700
32
+ #define PRODUCT_VERSION 0x00ff0800
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 7
42
+ #define PRODUCT_VERSION_REV 8
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-alpha7 "
48
+ #define PRODUCT_VERSION_STR "1.0-alpha8 "
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.7 "
55
+ #define PRODUCT_VERSION_INST "0.255.8 "
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 "{54C2BA4B-EFC8-4F3E-A838-28744134A136 }"
61
+ #define PRODUCT_VERSION_GUID "{82B292B6-F561-4DE1-8963-262A20B4E085 }"
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