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 a937a2f commit 6dc613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set (remi-pkg "share/cmake/remi")
# library version set here (e.g. for shared libs).
#
set (REMI_VERSION_MAJOR 0)
set (REMI_VERSION_MINOR 4)
set (REMI_VERSION_MINOR 5)
set (REMI_VERSION_PATCH 0)
set (remi-vers "${REMI_VERSION_MAJOR}.${REMI_VERSION_MINOR}")
set (REMI_VERSION "${remi-vers}.${REMI_VERSION_PATCH}")
Expand Down

0 comments on commit 6dc613e

Please sign in to comment.