Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit b44cb66

Browse files
committed
Version set to 1.2-beta1
1 parent 690a6d5 commit b44cb66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/Version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// Product version as a single DWORD
3030
// Note: Used for version comparison within C/C++ code.
3131
//
32-
#define PRODUCT_VERSION 0x01020100
32+
#define PRODUCT_VERSION 0x01020200
3333

3434
//
3535
// Product version by components
@@ -39,26 +39,26 @@
3939
//
4040
#define PRODUCT_VERSION_MAJ 1
4141
#define PRODUCT_VERSION_MIN 2
42-
#define PRODUCT_VERSION_REV 1
42+
#define PRODUCT_VERSION_REV 2
4343
#define PRODUCT_VERSION_BUILD 0
4444

4545
//
4646
// Human readable product version and build year for UI
4747
//
48-
#define PRODUCT_VERSION_STR "1.2-beta"
48+
#define PRODUCT_VERSION_STR "1.2-beta1"
4949
#define PRODUCT_BUILD_YEAR_STR "2016"
5050

5151
//
5252
// Numerical version presentation for ProductVersion propery in
5353
// MSI packages (syntax: N.N[.N[.N]])
5454
//
55-
#define PRODUCT_VERSION_INST "1.2.1"
55+
#define PRODUCT_VERSION_INST "1.2.2"
5656

5757
//
5858
// The product code for ProductCode property in MSI packages
5959
// Replace with new on every version change, regardless how minor it is.
6060
//
61-
#define PRODUCT_VERSION_GUID "{FDBF521E-65C3-4715-823F-CF7CE63E0470}"
61+
#define PRODUCT_VERSION_GUID "{FF5DD25D-917C-4B33-81D3-C75B5E1C8CA8}"
6262

6363
//
6464
// Product vendor

0 commit comments

Comments
 (0)