Skip to content

Commit

Permalink
Bump version to 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Sep 7, 2017
1 parent 68bf7d7 commit b01384e
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 @@ -31,8 +31,8 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
# CAREFUL! "-" is an invalid character in RPM package names, while
# debian is happy with it. However, "_" is illegal in debs, while RPM
# is cool with it. Sigh.
set(rr_VERSION_MAJOR 4)
set(rr_VERSION_MINOR 5)
set(rr_VERSION_MAJOR 5)
set(rr_VERSION_MINOR 0)
set(rr_VERSION_PATCH 0)

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

0 comments on commit b01384e

Please sign in to comment.