From 90b3201d52ff069368bf7b76d1164837c260540a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 23 Sep 2017 22:26:19 +0100 Subject: [PATCH] Version 0.05 release --- CHANGES | 9 +++++++++ projects/osx/XestiaCalendar.xcodeproj/project.pbxproj | 4 ++-- source/version.h | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 02d32c6..286fe92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Version 0.05 +============ +23 September 2017 + +- Implemented macOS support. +- Fixed issue where event description wasn't being loaded properly. +- Fixed issue where accounts tab was appearing first in the Preferences + window. + Version 0.04 ============ 21 July 2017 diff --git a/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj b/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj index ac84a9a..f943484 100644 --- a/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaCalendar.xcodeproj/project.pbxproj @@ -786,7 +786,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.05; SDKROOT = macosx; }; name = Debug; @@ -825,7 +825,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = 0.19; + PRODUCT_VERSION = 0.05; SDKROOT = macosx; }; name = Release; diff --git a/source/version.h b/source/version.h index 9807f96..c8a7f95 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDCAL_VERSION "0.04" -#define XSDCAL_USERAGENT "XestiaCalendar/0.04" +#define XSDCAL_VERSION "0.05" +#define XSDCAL_USERAGENT "XestiaCalendar/0.05" #define XSDCAL_SOURCE "source" #define XSDCAL_RELEASE 0 #define XSDCAL_COPYRIGHT "(c)2016-2017 Xestia Software Development" -- 2.39.2