diff --git a/include/version.h b/include/version.h index aa29fba..613fedd 100644 --- a/include/version.h +++ b/include/version.h @@ -23,7 +23,7 @@ // Product version as a single DWORD // Note: Used for version comparison within C/C++ code. // -#define PRODUCT_VERSION 0x01ff1600 +#define PRODUCT_VERSION 0x01ff1700 // // Product version by components @@ -33,26 +33,26 @@ // #define PRODUCT_VERSION_MAJ 1 #define PRODUCT_VERSION_MIN 255 -#define PRODUCT_VERSION_REV 22 +#define PRODUCT_VERSION_REV 23 #define PRODUCT_VERSION_BUILD 0 // // Human readable product version and build year for UI // -#define PRODUCT_VERSION_STR "2.0-beta13" +#define PRODUCT_VERSION_STR "2.0-beta14" #define PRODUCT_BUILD_YEAR_STR "2016" // // Numerical version presentation for ProductVersion propery in // MSI packages (syntax: N.N[.N[.N]]) // -#define PRODUCT_VERSION_INST "1.255.22" +#define PRODUCT_VERSION_INST "1.255.23" // // 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 "{B4BC91DE-B640-48C1-B942-03CB839F079B}" +#define PRODUCT_VERSION_GUID "{47F119AA-A313-4551-8792-2132DFDAC115}" // // The product vendor and application name for configuration keeping.