From 9278e917a9618c1a55cee382645de70e6e1fb901 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 31 May 2018 22:26:36 +0100 Subject: [PATCH] Updated version --- include/etl/version.h | 4 ++-- support/Release notes.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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.