diff --git a/EmbeddedTemplateLibrary-20.39.0.tar.gz b/EmbeddedTemplateLibrary-20.39.0.tar.gz deleted file mode 100644 index 490195746..000000000 Binary files a/EmbeddedTemplateLibrary-20.39.0.tar.gz and /dev/null differ diff --git a/include/etl/version.h b/include/etl/version.h index afdc63a74..5f4d8a9e5 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 39 -#define ETL_VERSION_PATCH 1 +#define ETL_VERSION_PATCH 2 #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 7e17ee746..60306c47d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.39.1", + "version": "20.39.2", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index c18d09f36..d1e53cbb7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.39.1 +version=20.39.2 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 9cbac67ca..946827594 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,9 @@ =============================================================================== +20.39.2 + +Removed EmbeddedTemplateLibrary-20.39.0.tar.gz from project. + +=============================================================================== 20.39.1 Fixes: diff --git a/version.txt b/version.txt index f1d18b950..bd970b9d0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.39.1 +20.39.2