+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
//
// 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"