Skip to content

Commit 482afb0

Browse files
authored
Update CMake version
1 parent aca61ad commit 482afb0

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
@@ -9,7 +9,7 @@ option(FMI4CPP_WITH_ODEINT "Build with odeint solvers. Allows ME models to be wr
99

1010
cmake_minimum_required(VERSION 3.10)
1111
project(FMI4cpp
12-
VERSION 0.6.0)
12+
VERSION 0.6.1)
1313

1414
set(CMAKE_CXX_STANDARD 17)
1515
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

0 commit comments

Comments
 (0)