Commit f0d09c7f by Maarten L. Hekkelman

version bump

parent dd8a9c3c
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
# set the project name # set the project name
project(mkdssp VERSION 4.4.2 LANGUAGES CXX) project(mkdssp VERSION 4.4.3 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
......
Version 4.4.3
- Split the code in a sub project for libdssp and the main
code for the executable.
- New version string code.
Version 4.4.2 Version 4.4.2
- Fix unit test - Fix unit test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment