mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 21:38:44 +08:00
Merge remote-tracking branch 'origin/development'
This commit is contained in:
commit
00712fbca1
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user