Skip to content

Commit cf1a6d7

Browse files
committed
Prepared for release 0.9.3.
1 parent 78ce8d6 commit cf1a6d7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-----------------------------------------------------------------------------------------
2+
2020-04-09 Frank Voorburg <[email protected]>
3+
4+
* Added linked list module.
5+
* Removed Windows and Linux ports and demos.
6+
* Public release of version 0.9.3.
7+
18
-----------------------------------------------------------------------------------------
29
2020-03-23 Frank Voorburg <[email protected]>
310

source/microtbx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern "C" {
7373
#define TBX_VERSION_MINOR (9U)
7474

7575
/** \brief Patch number of MicroTBX. */
76-
#define TBX_VERSION_PATCH (2U)
76+
#define TBX_VERSION_PATCH (3U)
7777

7878

7979
/****************************************************************************************

0 commit comments

Comments
 (0)