From: Steve Brokenshire Date: Sat, 26 Mar 2016 07:12:23 +0000 (+0000) Subject: Version 0.11 release X-Git-Tag: release-0.11 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=44a82606782052f7867110b9b541db62c356ceb1 Version 0.11 release --- diff --git a/source/CHANGES b/source/CHANGES index 26ae608..86b617c 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,15 @@ +Version 0.11 +============ +23 March 2016 + +- This version is a maintenance release. +- All code is indented using tabs not spaces. +- Remove most of the unused variables from the code. +- Moved unit testing application building into a separate Makefile. + To build the unit test application, run make from the tests directory. +- Added unit tests for some of the common functions that can return + values or use pointers. + Version 0.10 ============ 06 March 2016 diff --git a/source/version.h b/source/version.h index 24a41a1..8b58872 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.10" -#define XSDAB_USERAGENT "XestiaAddressBook/0.10" +#define XSDAB_VERSION "0.11" +#define XSDAB_USERAGENT "XestiaAddressBook/0.11" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"