Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Nov 13, 2024
1 parent 6f1c0b9 commit 34c2791
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 @@ -8,8 +8,8 @@ enable_testing ()

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

Expand Down

0 comments on commit 34c2791

Please sign in to comment.