diff --git a/ChangeLog b/ChangeLog index f7f7567..00333ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +----------------------------------------------------------------------------------------- +2023-03-26 Frank Voorburg + +* Renamed files. +* Added CMake integration details to the user manual. +* Resolved a compiler warning. +* Public release of version 1.3.0. + ----------------------------------------------------------------------------------------- 2023-03-11 Frank Voorburg @@ -6,6 +14,7 @@ * Added TBX_ON and TBX_OFF macros. * Coding style updates. * Public release of version 1.2.0. + ----------------------------------------------------------------------------------------- 2023-02-03 Frank Voorburg @@ -14,6 +23,7 @@ * Added CMake interface library for convenient integration in CMake based projects. * Added tbxcxx.cpp with C++ new/delete overloads that use MicroTBX memory pools. * Public release of version 1.1.0. + ----------------------------------------------------------------------------------------- 2022-06-15 Frank Voorburg @@ -22,6 +32,7 @@ * Added port for GNU/Linux. * Configured CRC16 as CRC16-CCITT-False and CRC32 as CRC32-MPEG2 * Public release of version 1.0.0. + ----------------------------------------------------------------------------------------- 2022-03-09 Frank Voorburg @@ -29,12 +40,14 @@ * Added extra functionality for usinig MicroTBX in combination with FreeRTOS. * Configured GitHub actions for building and publishing the documentation. * Public release of version 0.9.5. + ----------------------------------------------------------------------------------------- 2021-10-29 Frank Voorburg * Moved demos to a separate git repository. * Moved tbx_conf.h to the "template" subdirectory. * Public release of version 0.9.4. + ----------------------------------------------------------------------------------------- 2020-04-09 Frank Voorburg @@ -65,4 +78,3 @@ * Setup of GitHub project and kick-off for development. - diff --git a/source/microtbx.h b/source/microtbx.h index 4faa251..8964f92 100644 --- a/source/microtbx.h +++ b/source/microtbx.h @@ -74,7 +74,7 @@ extern "C" { #define TBX_VERSION_MAIN (1U) /** \brief Minor version number of MicroTBX. */ -#define TBX_VERSION_MINOR (2U) +#define TBX_VERSION_MINOR (3U) /** \brief Patch number of MicroTBX. */ #define TBX_VERSION_PATCH (0U)