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 0e62b7a..8c6c125 100644 (file)
@@ -10,7 +10,7 @@ include(TargetArch)
 
 project(cds)
 
 
 project(cds)
 
-set(PROJECT_VERSION 2.3.1)
+set(PROJECT_VERSION 2.4.0)
 
 # Options
 option(WITH_TESTS "Build unit tests" OFF)
 
 # Options
 option(WITH_TESTS "Build unit tests" OFF)
index d7aaf3c..59f8dab 100644 (file)
 
 // cds library version
 
 
 // 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_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
 
 
 #endif  // #ifndef CDSLIB_VERSION_H
 
index 6ac008d..e81eabf 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,
 2.3.1 01.09.2017
     Maintenance release
     - issue #81: bug in gc::DHP when extending thread's retired array,
index 5cb1ae8..1414d4e 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.
 
 # 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. 
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.