From fd689b437db47c475de39fce741b0d3ce7ea262a Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 29 Jun 2019 08:01:04 +0100 Subject: [PATCH] Moved global operators to ETL namespace. --- include/etl/version.h | 2 +- support/Release notes.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/etl/version.h b/include/etl/version.h index c54a23e6..36722ccd 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -39,7 +39,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 14 #define ETL_VERSION_MINOR 26 -#define ETL_VERSION_PATCH 7 +#define ETL_VERSION_PATCH 8 #define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) ETL_STRINGIFY(ETL_VERSION_MINOR) ETL_STRINGIFY(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_WIDE_STRING(ETL_CONCAT(ETL_CONCAT(ETL_VERSION_MAJOR, ETL_VERSION_MINOR), ETL_VERSION_PATCH)) diff --git a/support/Release notes.txt b/support/Release notes.txt index c5e1ab8c..f020d732 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,7 @@ +=============================================================================== +14.26.8 +Moved global operators to ETL namespace. + =============================================================================== 14.26.7 Compatibility changes for GCC v5.4.