Skip to content

Commit

Permalink
Bump version to 5.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Dec 18, 2019
1 parent 601068c commit 47f13a8
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 @@ -33,7 +33,7 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
# 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 2)
set(rr_VERSION_MINOR 3)
set(rr_VERSION_PATCH 0)

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

0 comments on commit 47f13a8

Please sign in to comment.