Skip to content

Commit

Permalink
Starting v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed May 23, 2024
1 parent b135917 commit 31fa64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
set(MOORDYN_MAJOR_VERSION 2)
set(MOORDYN_MINOR_VERSION 3)
set(MOORDYN_PATCH_VERSION 1)
set(MOORDYN_PATCH_VERSION 2)
set(MOORDYN_VERSION ${MOORDYN_MAJOR_VERSION}.${MOORDYN_MINOR_VERSION})
project(Moordyn VERSION ${MOORDYN_VERSION})

Expand Down

0 comments on commit 31fa64c

Please sign in to comment.