Pre-set version to 2.1-beta7

This commit is contained in:
Simon Rozman 2018-09-25 12:02:39 +02:00
parent 39708ad4cb
commit 1feebdbbf8

View File

@ -33,26 +33,26 @@
// //
#define PRODUCT_VERSION_MAJ 2 #define PRODUCT_VERSION_MAJ 2
#define PRODUCT_VERSION_MIN 0 #define PRODUCT_VERSION_MIN 0
#define PRODUCT_VERSION_REV 6 #define PRODUCT_VERSION_REV 7
#define PRODUCT_VERSION_BUILD 0 #define PRODUCT_VERSION_BUILD 0
// //
// Human readable product version and build year for UI // Human readable product version and build year for UI
// //
#define PRODUCT_VERSION_STR "2.1-beta6" #define PRODUCT_VERSION_STR "2.1-beta7"
#define PRODUCT_BUILD_YEAR_STR "2018" #define PRODUCT_BUILD_YEAR_STR "2018"
// //
// Numerical version presentation for ProductVersion propery in // Numerical version presentation for ProductVersion propery in
// MSI packages (syntax: N.N[.N[.N]]) // MSI packages (syntax: N.N[.N[.N]])
// //
#define PRODUCT_VERSION_INST "2.0.6" #define PRODUCT_VERSION_INST "2.0.7"
// //
// The product code for ProductCode property in MSI packages // The product code for ProductCode property in MSI packages
// Replace with new on every version change, regardless how minor it is. // Replace with new on every version change, regardless how minor it is.
// //
#define PRODUCT_VERSION_GUID "{2881867D-6D2E-41BA-AD35-0B7275B7DEF1}" #define PRODUCT_VERSION_GUID "{01B6DD2A-0481-4895-A7FB-720392B97182}"
// //
// The product vendor and application name for configuration keeping. // The product vendor and application name for configuration keeping.