From: khizmax Date: Mon, 31 Jul 2017 08:08:24 +0000 (+0300) Subject: changed version to 2.4.0 X-Git-Tag: v2.3.1~17 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c346d75bf6373e91b4901eb1c5fb49168ea0fd7c;p=libcds.git changed version to 2.4.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bfb74b8..2517a26d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(TargetArch) project(cds) -set(PROJECT_VERSION 2.3.0) +set(PROJECT_VERSION 2.4.0) # Options option(WITH_TESTS "Build unit tests" OFF) diff --git a/doxygen/cds.doxy b/doxygen/cds.doxy index 7af7f620..1414d4e4 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.3.0 +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.