From 7bbe92d3594bfd22b44aa390e5d43ecd9451a9e3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 26 May 2016 07:17:58 +0200 Subject: [PATCH] Version set to 2.0-beta1. --- Makefile | 4 ++-- include/zrcola.h | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 848fcab..6a7370c 100644 --- a/Makefile +++ b/Makefile @@ -326,13 +326,13 @@ $(REDIST_SL_X64) : "$(OUTPUT_DIR)\ZRColaSl64.3.msi" "$(OUTPUT_DIR)\Win32.Release\ZRColaInstallDe.exe" \ "$(OUTPUT_DIR)\Win32.Release\ZRColaInstallEn.exe" \ -"$(OUTPUT_DIR)\Win32.Release\ZRColaInstallRu.exe" \ +"$(OUTPUT_DIR)\Win32.Release\ZRColaInstallRu.exe" \ "$(OUTPUT_DIR)\Win32.Release\ZRColaInstallSl.exe" :: devenv.com "ZRColaUtils.sln" /build "Release|Win32" "$(OUTPUT_DIR)\Win32.Debug\ZRColaInstallDe.exe" \ "$(OUTPUT_DIR)\Win32.Debug\ZRColaInstallEn.exe" \ -"$(OUTPUT_DIR)\Win32.Debug\ZRColaInstallRu.exe" \ +"$(OUTPUT_DIR)\Win32.Debug\ZRColaInstallRu.exe" \ "$(OUTPUT_DIR)\Win32.Debug\ZRColaInstallSl.exe" :: devenv.com "ZRColaUtils.sln" /build "Debug|Win32" diff --git a/include/zrcola.h b/include/zrcola.h index 0dde739..3ebfd89 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 0x01ff0800 +#define ZRCOLA_VERSION 0x01ff0900 // // Product version by components @@ -33,26 +33,26 @@ // #define ZRCOLA_VERSION_MAJ 1 #define ZRCOLA_VERSION_MIN 255 -#define ZRCOLA_VERSION_REV 8 +#define ZRCOLA_VERSION_REV 9 #define ZRCOLA_VERSION_BUILD 0 // // Human readable product version and build year for UI // -#define ZRCOLA_VERSION_STR "2.0-beta" +#define ZRCOLA_VERSION_STR "2.0-beta1" #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.8" +#define ZRCOLA_VERSION_INST "1.255.9" // // 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 "{9ABAB2D1-7A6B-4D99-B362-D98D53930367}" +#define ZRCOLA_VERSION_GUID "{F696F7A3-0639-467E-9A94-4B7E4CF28E44}" // // The product vendor and application name for configuration keeping.