From f264fdb211d2c3ad4b3790173cb9b7657eba28ed Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 14 Jun 2016 12:13:21 +0200 Subject: [PATCH] Version set to 2.0-beta6 --- include/zrcola.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/zrcola.h b/include/zrcola.h index b66b2bb..7aa68d0 100644 --- a/include/zrcola.h +++ b/include/zrcola.h @@ -23,7 +23,7 @@ // Product version as a single DWORD // Note: Used for version comparison within C/C++ code. // -#define ZRCOLA_VERSION 0x01ff0d00 +#define ZRCOLA_VERSION 0x01ff0e00 // // Product version by components @@ -33,26 +33,26 @@ // #define ZRCOLA_VERSION_MAJ 1 #define ZRCOLA_VERSION_MIN 255 -#define ZRCOLA_VERSION_REV 13 +#define ZRCOLA_VERSION_REV 14 #define ZRCOLA_VERSION_BUILD 0 // // Human readable product version and build year for UI // -#define ZRCOLA_VERSION_STR "2.0-beta5" +#define ZRCOLA_VERSION_STR "2.0-beta6" #define ZRCOLA_BUILD_YEAR_STR "2016" // // Numerical version presentation for ProductVersion propery in // MSI packages (syntax: N.N[.N[.N]]) // -#define ZRCOLA_VERSION_INST "1.255.13" +#define ZRCOLA_VERSION_INST "1.255.14" // // The product code for ProductCode property in MSI packages // Replace with new on every version change, regardless how minor it is. // -#define ZRCOLA_VERSION_GUID "{E3BC491A-D30B-47E6-9C91-7D2034E21024}" +#define ZRCOLA_VERSION_GUID "{011DDFF2-FBE0-48CA-8337-B0108C80DC4D}" // // The product vendor and application name for configuration keeping.