Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Oct 16, 2024
1 parent dfd6884 commit 7b87dac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7b87dac

Please sign in to comment.