Updated version

This commit is contained in:
John Wellbelove 2018-05-31 22:26:36 +01:00
parent 1d6a1109fc
commit 9278e917a9
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
===============================================================================
11.10.0
Merged CMake branch
===============================================================================
11.9.2
Fixed compile error when ETL_DEBUG_COUNT is not defined.