Skip to content

Commit 0cd18d1

Browse files
committed
Preparations for the next release.
1 parent 7922074 commit 0cd18d1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-----------------------------------------------------------------------------------------
2+
2025-04-28 Frank Voorburg <[email protected]>
3+
4+
* Corrected pollerList usage to prevent TbxMbEventTask() from hanging (issue #5).
5+
* Public release of version 0.9.4.
6+
17
-----------------------------------------------------------------------------------------
28
2024-02-04 Frank Voorburg <[email protected]>
39

source/microtbxmodbus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extern "C" {
5858
#define TBX_MB_VERSION_MINOR (9U)
5959

6060
/** \brief Patch number of MicroTBX-Modbus. */
61-
#define TBX_MB_VERSION_PATCH (3U)
61+
#define TBX_MB_VERSION_PATCH (4U)
6262

6363

6464
#ifdef __cplusplus

0 commit comments

Comments
 (0)