Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 18, 2024
1 parent 4fc11d3 commit a204266
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 @@ -19,8 +19,8 @@ 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 4)
set (FLOCK_VERSION_PATCH 1)
set (FLOCK_VERSION_MINOR 5)
set (FLOCK_VERSION_PATCH 0)
set (FLOCK_VERSION
"${FLOCK_VERSION_MAJOR}.${FLOCK_VERSION_MINOR}.${FLOCK_VERSION_PATCH}")

Expand Down

0 comments on commit a204266

Please sign in to comment.