diff --git a/CMakeLists.txt b/CMakeLists.txt index d61f474..b62ec35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.23) # set the project name -project(mkdssp VERSION 4.4.9 LANGUAGES CXX) +project(mkdssp VERSION 4.4.10 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/changelog b/changelog index 4393bc9..3beb8b8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 4.4.10 +- Support for installing in environments that do not use resources, + this time for real. + Version 4.4.9 - Support for installing in environments that do not use resources