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

Commit a04647b

Browse files
committed
Version set to 1.0-alpha8
1 parent df1d431 commit a04647b

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 0x00ff0700
32+
#define PRODUCT_VERSION 0x00ff0800
3333

3434
//
3535
// Product version by components
@@ -39,26 +39,26 @@
3939
//
4040
#define PRODUCT_VERSION_MAJ 0
4141
#define PRODUCT_VERSION_MIN 255
42-
#define PRODUCT_VERSION_REV 7
42+
#define PRODUCT_VERSION_REV 8
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.0-alpha7"
48+
#define PRODUCT_VERSION_STR "1.0-alpha8"
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 "0.255.7"
55+
#define PRODUCT_VERSION_INST "0.255.8"
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 "{54C2BA4B-EFC8-4F3E-A838-28744134A136}"
61+
#define PRODUCT_VERSION_GUID "{82B292B6-F561-4DE1-8963-262A20B4E085}"
6262

6363
//
6464
// Since the product name is not finally confirmed at the time of

0 commit comments

Comments
 (0)