From c346d75bf6373e91b4901eb1c5fb49168ea0fd7c Mon Sep 17 00:00:00 2001
From: khizmax <khizmax@gmail.com>
Date: Mon, 31 Jul 2017 11:08:24 +0300
Subject: [PATCH] changed version to 2.4.0

---
 CMakeLists.txt   | 2 +-
 doxygen/cds.doxy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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. 
-- 
2.34.1