diff --git a/include/etl/version.h b/include/etl/version.h index d734bab6..f80f9f29 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -38,7 +38,7 @@ SOFTWARE. ///\ingroup utilities #define ETL_VERSION_MAJOR 14 -#define ETL_VERSION_MINOR 3 +#define ETL_VERSION_MINOR 4 #define ETL_VERSION_PATCH 0 #define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) ETL_STRINGIFY(ETL_VERSION_MINOR) ETL_STRINGIFY(ETL_VERSION_PATCH) diff --git a/support/Release notes.txt b/support/Release notes.txt index 0ba6ff69..a7aaf553 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,7 @@ +=============================================================================== +14.4.0 +Added C++03/C++11 emplace for deque, priority_queue, queues, stack, variant & vector. + =============================================================================== 14.3.0 etl::forward_list supports shared pools.