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 10, 2024
1 parent e9f999f commit 51420ec
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 @@ -19,7 +19,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 1)
set (FLOCK_VERSION_MINOR 2)
set (FLOCK_VERSION_PATCH 0)
set (FLOCK_VERSION
"${FLOCK_VERSION_MAJOR}.${FLOCK_VERSION_MINOR}.${FLOCK_VERSION_PATCH}")
Expand Down

0 comments on commit 51420ec

Please sign in to comment.