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

Commit c81af54

Browse files
committed
Set version to 1.3
Signed-off-by: Simon Rozman <simon@rozman.si>
1 parent 1286bd0 commit c81af54

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

include/Version.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// Product version as a single DWORD
3535
// Note: Used for version comparison within C/C++ code.
3636
//
37-
#define PRODUCT_VERSION 0x01020b00
37+
#define PRODUCT_VERSION 0x01030000
3838

3939
//
4040
// Product version by components
@@ -43,27 +43,27 @@
4343
// separately.
4444
//
4545
#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
4848
#define PRODUCT_VERSION_BUILD 0
4949

5050
//
5151
// Human readable product version and build year for UI
5252
//
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"
5555

5656
//
5757
// Numerical version presentation for ProductVersion propery in
5858
// MSI packages (syntax: N.N[.N[.N]])
5959
//
60-
#define PRODUCT_VERSION_INST "1.2.11"
60+
#define PRODUCT_VERSION_INST "1.2.13"
6161

6262
//
6363
// The product code for ProductCode property in MSI packages
6464
// Replace with new on every version change, regardless how minor it is.
6565
//
66-
#define PRODUCT_VERSION_GUID "{9724DC5C-8574-47AF-9978-04ED7FA83EF4}"
66+
#define PRODUCT_VERSION_GUID "{091B80E8-200B-45CD-A9C8-8BB60A4557A3}"
6767

6868
//
6969
// Product vendor

0 commit comments

Comments
 (0)