Skip to content

Commit

Permalink
forgot to update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Oct 2, 2024
1 parent 88e44d2 commit 46d4248
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 @@ -7,7 +7,7 @@ enable_testing ()

# library version set here (e.g. for shared libs).
set (WARABI_VERSION_MAJOR 0)
set (WARABI_VERSION_MINOR 5)
set (WARABI_VERSION_MINOR 6)
set (WARABI_VERSION_PATCH 0)
set (WARABI_VERSION
"${WARABI_VERSION_MAJOR}.${WARABI_VERSION_MINOR}.${WARABI_VERSION_PATCH}")
Expand Down

0 comments on commit 46d4248

Please sign in to comment.