--- /dev/null
+Version 0.02
+============
+05 February 2017
+
+- Add licensing and copyright information to all source files.
+- Converted variable names into the camelCase format.
+- Added README file explaining Xestia Calendar.
+- Default local account is created each time Xestia Calendar starts if it
+ doesn't exist.
+- Added COPYING file to clarify licensing.
+- configure script setup.
+- Unit tests added for CalendarDataStorage.
//
// THANK YOU FOR YOUR ATTENTION!
-#define XSDCAL_VERSION "0.01"
-#define XSDCAL_USERAGENT "XestiaCalendar/0.01"
+#define XSDCAL_VERSION "0.02"
+#define XSDCAL_USERAGENT "XestiaCalendar/0.02"
#define XSDCAL_SOURCE "source"
#define XSDCAL_RELEASE 0
-#define XSDCAL_COPYRIGHT "(c)2016 Xestia Software Development"
+#define XSDCAL_COPYRIGHT "(c)2016-2017 Xestia Software Development"