Skip to content

Commit acef8bb

Browse files
Started the 2.4.1 version
1 parent d87820d commit acef8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22
set(MOORDYN_MAJOR_VERSION 2)
33
set(MOORDYN_MINOR_VERSION 4)
4-
set(MOORDYN_PATCH_VERSION 0)
4+
set(MOORDYN_PATCH_VERSION 1)
55
set(MOORDYN_VERSION ${MOORDYN_MAJOR_VERSION}.${MOORDYN_MINOR_VERSION})
66
project(Moordyn VERSION ${MOORDYN_VERSION})
77

0 commit comments

Comments
 (0)