Skip to content

Commit 4071b17

Browse files
committed
Updated release notes and version
1 parent 484080b commit 4071b17

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

include/etl/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SOFTWARE.
4040

4141
#define ETL_VERSION_MAJOR 20
4242
#define ETL_VERSION_MINOR 39
43-
#define ETL_VERSION_PATCH 4
43+
#define ETL_VERSION_PATCH 5
4444

4545
#define ETL_VERSION ETL_STRING(ETL_VERSION_MAJOR) "." ETL_STRING(ETL_VERSION_MINOR) "." ETL_STRING(ETL_VERSION_PATCH)
4646
#define ETL_VERSION_W ETL_WIDE_STRING(ETL_VERSION_MAJOR) L"." ETL_WIDE_STRING(ETL_VERSION_MINOR) L"." ETL_WIDE_STRING(ETL_VERSION_PATCH)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Embedded Template Library",
3-
"version": "20.39.4",
3+
"version": "20.39.5",
44
"authors": {
55
"name": "John Wellbelove",
66
"email": "[email protected]"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Embedded Template Library
2-
version=20.39.4
2+
version=20.39.5
33
author= John Wellbelove <[email protected]>
44
maintainer=John Wellbelove <[email protected]>
55
license=MIT

support/Release notes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
===============================================================================
2+
20.39.5
3+
4+
Fixes:
5+
#956 Fix build error (etl::circular_buffer)
6+
7+
===============================================================================
28
20.39.4
39

410
#948 Bug in queue pop can break queue.empty()

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.39.4
1+
20.39.5

0 commit comments

Comments
 (0)