Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Mar 8, 2024
1 parent bff2496 commit 0eeb35c
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 @@ -80,8 +80,8 @@ endif ()

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

Expand Down

0 comments on commit 0eeb35c

Please sign in to comment.