Merge remote-tracking branch 'origin/development'

This commit is contained in:
John Wellbelove 2018-04-08 19:52:07 +01:00
commit 00712fbca1
2 changed files with 8 additions and 2 deletions

View File

@ -37,9 +37,9 @@ SOFTWARE.
/// Definitions of the ETL version
///\ingroup utilities
#define ETL_VERSION "11.3.0"
#define ETL_VERSION "11.4.0"
#define ETL_VERSION_MAJOR 11
#define ETL_VERSION_MINOR 3
#define ETL_VERSION_MINOR 4
#define ETL_VERSION_PATCH 0
#endif

View File

@ -1,3 +1,9 @@
===============================================================================
11.4.0
Added improved atomics.
Added mutex
Added SPSC & MPPC queues
===============================================================================
11.3.0
Improved compatibility with 64 bit pltforms.