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 103cec1 commit 069ace0Copy full SHA for 069ace0
CMakeLists.txt
@@ -34,7 +34,7 @@ option(INSTALL_TESTSUITE "Install the testsuite")
34
# debian is happy with it. However, "_" is illegal in debs, while RPM
35
# is cool with it. Sigh.
36
set(rr_VERSION_MAJOR 5)
37
-set(rr_VERSION_MINOR 5)
+set(rr_VERSION_MINOR 6)
38
set(rr_VERSION_PATCH 0)
39
40
add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")
0 commit comments