We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d558a commit 3d93646Copy full SHA for 3d93646
CMakeLists.txt
@@ -32,7 +32,7 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
32
# debian is happy with it. However, "_" is illegal in debs, while RPM
33
# is cool with it. Sigh.
34
set(rr_VERSION_MAJOR 5)
35
-set(rr_VERSION_MINOR 0)
+set(rr_VERSION_MINOR 1)
36
set(rr_VERSION_PATCH 0)
37
38
add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")
0 commit comments