version 2.4.0
authorkhizmax <libcds.dev@gmail.com>
Fri, 1 Sep 2017 06:27:28 +0000 (09:27 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 1 Sep 2017 06:27:28 +0000 (09:27 +0300)
CMakeLists.txt
cds/version.h
change.log
doxygen/cds.doxy

index 0e62b7abf25741e78007e170ec3c061db47fbcc7..8c6c125cce6aceeeaaf641a1155b9334275bf940 100644 (file)
@@ -10,7 +10,7 @@ include(TargetArch)
 
 project(cds)
 
-set(PROJECT_VERSION 2.3.1)
+set(PROJECT_VERSION 2.4.0)
 
 # Options
 option(WITH_TESTS "Build unit tests" OFF)
index d7aaf3c6b2ae9a9d97368bf417e00dcb758bb0e7..59f8dabfb1693a3a7575d8e983e7f7fcc2239edc 100644 (file)
 
 // cds library version
 
-#define CDS_VERSION        0x020301
+#define CDS_VERSION        0x020400
 
 #define CDS_VERSION_MAJOR  ((CDS_VERSION & 0xFF0000)>> 16)
 #define CDS_VERSION_MINOR  ((CDS_VERSION & 0x00FF00) >> 8)
 #define CDS_VERSION_PATCH  (CDS_VERSION & 0x0000FF)
 
 // CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH
-#define CDS_VERSION_STRING        "2.3.1"
+#define CDS_VERSION_STRING        "2.4.0
 
 #endif  // #ifndef CDSLIB_VERSION_H
 
index 6ac008d645dd836fa9e9c61d2cb482b1b07038ce..e81eabfe2b99bd58998da54bd5401014cc1d7b22 100644 (file)
@@ -1,3 +1,5 @@
+2.4.0
+
 2.3.1 01.09.2017
     Maintenance release
     - issue #81: bug in gc::DHP when extending thread's retired array,
index 5cb1ae883a0cc7af0098a7192f6fd27b115f6e52..1414d4e41e37210ec83ddcb1c096271e02d7b1e0 100644 (file)
@@ -31,7 +31,7 @@ PROJECT_NAME           = cds
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.3.1
+PROJECT_NUMBER         = 2.4.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.