diff --git a/include/etl/version.h b/include/etl/version.h index 66d517cd0..6a69a1f70 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -40,7 +40,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 20 #define ETL_VERSION_MINOR 38 -#define ETL_VERSION_PATCH 4 +#define ETL_VERSION_PATCH 5 #define ETL_VERSION ETL_STRING(ETL_VERSION_MAJOR) "." ETL_STRING(ETL_VERSION_MINOR) "." ETL_STRING(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_WIDE_STRING(ETL_VERSION_MAJOR) L"." ETL_WIDE_STRING(ETL_VERSION_MINOR) L"." ETL_WIDE_STRING(ETL_VERSION_PATCH) diff --git a/library.json b/library.json index 9f7d179ec..faaa6819c 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.38.4", + "version": "20.38.5", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 5d849ddaf..e84ed3de8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.38.4 +version=20.38.5 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 5bf9df98e..73c068e42 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,6 @@ +=============================================================================== +#776 Add missing semicolons + =============================================================================== 20.38.4 #773 Return raw pointer for etl::multi_span::operator->() diff --git a/version.txt b/version.txt index f2655965a..a53fd65d7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.38.4 +20.38.5