Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jul 15, 2024
1 parent 5bd74e6 commit 88b499e
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 @@ -20,7 +20,7 @@ option (ENABLE_PYTHON "Build with Python support" OFF)
# library version set here (e.g. for shared libs).
set (FLOCK_VERSION_MAJOR 0)
set (FLOCK_VERSION_MINOR 3)
set (FLOCK_VERSION_PATCH 0)
set (FLOCK_VERSION_PATCH 1)
set (FLOCK_VERSION
"${FLOCK_VERSION_MAJOR}.${FLOCK_VERSION_MINOR}.${FLOCK_VERSION_PATCH}")

Expand Down

0 comments on commit 88b499e

Please sign in to comment.