Skip to content

Commit

Permalink
bump 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Nov 6, 2023
1 parent 7c534a4 commit f03af19
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
Expand Up @@ -4,7 +4,7 @@ project(casadi C CXX)
set(CASADI_MAJOR_VERSION 3)
set(CASADI_MINOR_VERSION 6)
set(CASADI_PATCH_VERSION 4)
set(CASADI_IS_RELEASE 0)
set(CASADI_IS_RELEASE 1)

set(CASADI_VERSION ${CASADI_MAJOR_VERSION}.${CASADI_MINOR_VERSION}.${CASADI_PATCH_VERSION})
set(CASADI_VERSION_PYTHON ${CASADI_MAJOR_VERSION}.${CASADI_MINOR_VERSION}.${CASADI_PATCH_VERSION})
Expand Down

0 comments on commit f03af19

Please sign in to comment.