Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 17, 2024
1 parent 984a453 commit 83b9287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ endif ()

# library version set here (e.g. for shared libs).
set (MOFKA_VERSION_MAJOR 0)
set (MOFKA_VERSION_MINOR 0)
set (MOFKA_VERSION_PATCH 5)
set (MOFKA_VERSION_MINOR 1)
set (MOFKA_VERSION_PATCH 0)
set (MOFKA_VERSION
"${MOFKA_VERSION_MAJOR}.${MOFKA_VERSION_MINOR}.${MOFKA_VERSION_PATCH}")

Expand Down

0 comments on commit 83b9287

Please sign in to comment.