From f65634e285648877245256beef19839825fbf25c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 8 Nov 2016 11:20:50 +0100 Subject: [PATCH] Sub-module update and version set to 2.0 --- MSI/MSIBuild | 2 +- include/version.h | 14 +++++++------- lib/WinStd | 2 +- lib/wxExtend | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/MSI/MSIBuild b/MSI/MSIBuild index ad5bee8..977949a 160000 --- a/MSI/MSIBuild +++ b/MSI/MSIBuild @@ -1 +1 @@ -Subproject commit ad5bee8e295716a858b08c3b577ca9f29a7e35df +Subproject commit 977949addd87ca9a03e1483a59b5bb35de45e1d0 diff --git a/include/version.h b/include/version.h index 613fedd..07a612c 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 0x01ff1700 +#define PRODUCT_VERSION 0x02000000 // // Product version by components @@ -31,28 +31,28 @@ // thus we need to specify major, minor and other version components // separately. // -#define PRODUCT_VERSION_MAJ 1 -#define PRODUCT_VERSION_MIN 255 -#define PRODUCT_VERSION_REV 23 +#define PRODUCT_VERSION_MAJ 2 +#define PRODUCT_VERSION_MIN 0 +#define PRODUCT_VERSION_REV 0 #define PRODUCT_VERSION_BUILD 0 // // Human readable product version and build year for UI // -#define PRODUCT_VERSION_STR "2.0-beta14" +#define PRODUCT_VERSION_STR "2.0" #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.23" +#define PRODUCT_VERSION_INST "2.0" // // 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 "{47F119AA-A313-4551-8792-2132DFDAC115}" +#define PRODUCT_VERSION_GUID "{59833018-A0F9-4C90-B4F3-8B88908BB89A}" // // The product vendor and application name for configuration keeping. diff --git a/lib/WinStd b/lib/WinStd index cc090e8..cea06e8 160000 --- a/lib/WinStd +++ b/lib/WinStd @@ -1 +1 @@ -Subproject commit cc090e89eb56e99382966e8f26c609e96d33bb9a +Subproject commit cea06e8f487159798a8497a011c8f6d8db460cf7 diff --git a/lib/wxExtend b/lib/wxExtend index 525f246..e3390f9 160000 --- a/lib/wxExtend +++ b/lib/wxExtend @@ -1 +1 @@ -Subproject commit 525f24674e886e077ce985bd78ebcc8a95425578 +Subproject commit e3390f9a2fa27f9dce7f22120d150f052744986a