Skip to content

Commit

Permalink
Bump version to 5.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Sep 20, 2021
1 parent be1c80e commit 815eae2
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 @@ -34,7 +34,7 @@ option(INSTALL_TESTSUITE "Install the testsuite")
# debian is happy with it. However, "_" is illegal in debs, while RPM
# is cool with it. Sigh.
set(rr_VERSION_MAJOR 5)
set(rr_VERSION_MINOR 4)
set(rr_VERSION_MINOR 5)
set(rr_VERSION_PATCH 0)

add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")
Expand Down

0 comments on commit 815eae2

Please sign in to comment.