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 a206026 commit 32a468cCopy full SHA for 32a468c
CMakeLists.txt
@@ -33,7 +33,7 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
33
# debian is happy with it. However, "_" is illegal in debs, while RPM
34
# is cool with it. Sigh.
35
set(rr_VERSION_MAJOR 5)
36
-set(rr_VERSION_MINOR 1)
+set(rr_VERSION_MINOR 2)
37
set(rr_VERSION_PATCH 0)
38
39
add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")
0 commit comments