diff --git a/include/etl/version.h b/include/etl/version.h index fa2e0a6d..9e698aab 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -39,8 +39,8 @@ SOFTWARE. #define ETL_VERSION "11.9.2" #define ETL_VERSION_MAJOR 11 -#define ETL_VERSION_MINOR 9 -#define ETL_VERSION_PATCH 2 +#define ETL_VERSION_MINOR 10 +#define ETL_VERSION_PATCH 0 #endif diff --git a/support/Release notes.txt b/support/Release notes.txt index 09ce8ee4..871bb6e7 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,7 @@ +=============================================================================== +11.10.0 +Merged CMake branch + =============================================================================== 11.9.2 Fixed compile error when ETL_DEBUG_COUNT is not defined.