From: khizmax Date: Tue, 29 Aug 2017 16:05:07 +0000 (+0300) Subject: maintenance release 2.3.1 X-Git-Tag: v2.3.1~1 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=c127b1780d72d0fb14460e939d323875432e5244 maintenance release 2.3.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c6c125c..0e62b7ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(TargetArch) project(cds) -set(PROJECT_VERSION 2.4.0) +set(PROJECT_VERSION 2.3.1) # Options option(WITH_TESTS "Build unit tests" OFF) diff --git a/cds/version.h b/cds/version.h index 9e8b8c37..d7aaf3c6 100644 --- a/cds/version.h +++ b/cds/version.h @@ -33,14 +33,14 @@ // cds library version -#define CDS_VERSION 0x020400 +#define CDS_VERSION 0x020301 #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.4.0" +#define CDS_VERSION_STRING "2.3.1" #endif // #ifndef CDSLIB_VERSION_H diff --git a/change.log b/change.log index 75d19a8b..6ac008d6 100644 --- a/change.log +++ b/change.log @@ -1,4 +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, thanks to gtroxler (https://github.com/gtroxler) - Improved CMake scripts for simplifying libcds intergration with diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index 1414d4e4..5cb1ae88 100644 --- a/doxygen/cds.doxy +++ b/doxygen/cds.doxy @@ -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.4.0 +PROJECT_NUMBER = 2.3.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.