From 9ce2710ef87e253a2076f08c66735d837ff10ded Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 31 Mar 2020 13:22:45 +0100 Subject: [PATCH] Updated version number --- include/etl/version.h | 2 +- library.json | 2 +- library.properties | 2 +- support/Release notes.txt | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/etl/version.h b/include/etl/version.h index 448d3c87..cd296ab1 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -38,7 +38,7 @@ SOFTWARE. ///\ingroup utilities #define ETL_VERSION_MAJOR 17 -#define ETL_VERSION_MINOR 2 +#define ETL_VERSION_MINOR 3 #define ETL_VERSION_PATCH 0 #define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) "." ETL_STRINGIFY(ETL_VERSION_MINOR) "." ETL_STRINGIFY(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_STRINGIFY(ETL_VERSION_MAJOR) L"." ETL_STRINGIFY(ETL_VERSION_MINOR) L"." ETL_STRINGIFY(ETL_VERSION_PATCH) diff --git a/library.json b/library.json index c5e65ae8..b647d545 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "17.2.0", + "version": "17.3.0", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index aadd8e31..53af0fa6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=17.2.0 +version=17.3.0 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 6931b9cd..25797e44 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,7 +1,10 @@ +=============================================================================== +17.3.0 +Added move_iterator wrapper class. + =============================================================================== 17.2.0 Added move API to unordered map and set containers. -Added a 'move' member function that moves items into the containers. =============================================================================== 17.1.2