From 7c1aa93a895f0c9304133121390f97207200308a Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 8 Sep 2018 20:42:57 +0100 Subject: [PATCH] Version 0.23 release --- projects/msw/xestiaab.rc | 4 ++-- .../osx/XestiaAddressBook.xcodeproj/project.pbxproj | 8 ++++---- source/CHANGES | 10 +++++++++- source/version.h | 4 ++-- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/projects/msw/xestiaab.rc b/projects/msw/xestiaab.rc index 297b8e2..bc1c79b 100644 --- a/projects/msw/xestiaab.rc +++ b/projects/msw/xestiaab.rc @@ -23,8 +23,8 @@ XAB_MAINICON ICON "xestiaab_win32icon.ico" // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 0,22,0,0 - PRODUCTVERSION 0,22,0,0 + FILEVERSION 0,23,0,0 + PRODUCTVERSION 0,23,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN diff --git a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj index c754a75..04dca9e 100644 --- a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj @@ -1199,7 +1199,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = 0.22; + PRODUCT_VERSION = 0.23; SDKROOT = macosx; }; name = Debug; @@ -1238,7 +1238,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = 0.22; + PRODUCT_VERSION = 0.23; SDKROOT = macosx; }; name = Release; @@ -1317,7 +1317,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.22; + PRODUCT_VERSION = 0.23; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; @@ -1398,7 +1398,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.22; + PRODUCT_VERSION = 0.23; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; diff --git a/source/CHANGES b/source/CHANGES index 4e5cac6..d26b7bd 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,6 +1,14 @@ +Version 0.23 +============ +08 September 2018 + +- Fixed issue with anniversary date being set as birthday date. +- Implemented help browser +- Updated documentation with new screenshots + Version 0.22 ============ -18 January 2017 +18 January 2018 - UTF-8 support for contact data now implemented. - Check if save was successful before closing the contact editor window diff --git a/source/version.h b/source/version.h index 494d056..375d5b1 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.22" -#define XSDAB_USERAGENT "XestiaAddressBook/0.22" +#define XSDAB_VERSION "0.23" +#define XSDAB_USERAGENT "XestiaAddressBook/0.23" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2018 Xestia Software Development" -- 2.39.2