From 2c09f1fb31774981b68e2afa0ec855dc5fcac603 Mon Sep 17 00:00:00 2001 From: "Maarten L. Hekkelman" Date: Tue, 15 Oct 2024 08:37:52 +0200 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e289cf2..dce86d1 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.8 LANGUAGES CXX) +project(mkdssp VERSION 4.4.9 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/changelog b/changelog index a42c07a..4393bc9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 4.4.9 +- Support for installing in environments that do not use resources + Version 4.4.8 - Fix writing version numbers