We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3af129 commit fe8ae65Copy full SHA for fe8ae65
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.10)
2
set(MOORDYN_MAJOR_VERSION 2)
3
set(MOORDYN_MINOR_VERSION 3)
4
-set(MOORDYN_PATCH_VERSION 2)
+set(MOORDYN_PATCH_VERSION 3)
5
set(MOORDYN_VERSION ${MOORDYN_MAJOR_VERSION}.${MOORDYN_MINOR_VERSION})
6
project(Moordyn VERSION ${MOORDYN_VERSION})
7
0 commit comments