We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bf7d7 commit b01384eCopy full SHA for b01384e
CMakeLists.txt
@@ -31,8 +31,8 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
31
# CAREFUL! "-" is an invalid character in RPM package names, while
32
# debian is happy with it. However, "_" is illegal in debs, while RPM
33
# is cool with it. Sigh.
34
-set(rr_VERSION_MAJOR 4)
35
-set(rr_VERSION_MINOR 5)
+set(rr_VERSION_MAJOR 5)
+set(rr_VERSION_MINOR 0)
36
set(rr_VERSION_PATCH 0)
37
38
add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")
0 commit comments