CI: Add silent cmake SonarCloud scan
[ric-plt/lib/rmr.git] / CMakeLists.txt
index b31f0cb..0c5ce96 100644 (file)
@@ -41,8 +41,8 @@ project( rmr LANGUAGES C )
 cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "4" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
-set( minor_version "7" )
-set( patch_level "0" )
+set( minor_version "9" )
+set( patch_level "4" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )