Skip to content

Commit 47eabd9

Browse files
committed
Updated ChangeLog and version number.
1 parent 7fc4c96 commit 47eabd9

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+
2025-06-06 Frank Voorburg <[email protected]>
3+
4+
* Added new TbxMemPoolAllocateAuto() API function.
5+
* Documented TbxList limitation.
6+
* Public release of version 1.4.0.
7+
18
-----------------------------------------------------------------------------------------
29
2023-03-26 Frank Voorburg <[email protected]>
310

source/microtbx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extern "C" {
7474
#define TBX_VERSION_MAIN (1U)
7575

7676
/** \brief Minor version number of MicroTBX. */
77-
#define TBX_VERSION_MINOR (3U)
77+
#define TBX_VERSION_MINOR (4U)
7878

7979
/** \brief Patch number of MicroTBX. */
8080
#define TBX_VERSION_PATCH (0U)

0 commit comments

Comments
 (0)