Skip to content

Commit

Permalink
Set version to 1.3f
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozman <simon@rozman.si>
  • Loading branch information
rozmansi committed Apr 7, 2022
1 parent 4d67075 commit b049b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
//
#define PRODUCT_VERSION_MAJ 1
#define PRODUCT_VERSION_MIN 3
#define PRODUCT_VERSION_REV 5
#define PRODUCT_VERSION_REV 6
#define PRODUCT_VERSION_BUILD 0

//
// Human readable product version and build year for UI
//
#define PRODUCT_VERSION_STR "1.3e"
#define PRODUCT_VERSION_STR "1.3f"
#define PRODUCT_BUILD_YEAR_STR "2022"

//
// Numerical version presentation for ProductVersion propery in
// MSI packages (syntax: N.N[.N[.N]])
//
#define PRODUCT_VERSION_INST "1.3.5"
#define PRODUCT_VERSION_INST "1.3.6"

//
// The product code for ProductCode property in MSI packages
// Replace with new on every version change, regardless how minor it is.
//
#define PRODUCT_VERSION_GUID "{DCFDC4D7-81DE-4BEA-9E35-62BB56766EA6}"
#define PRODUCT_VERSION_GUID "{F3A75C61-A341-4EE7-BEFC-D2491D6182F1}"

//
// Product vendor
Expand Down

0 comments on commit b049b7e

Please sign in to comment.