Release 221
[ric-plt/lib/rmr.git] / CMakeLists.txt
index 89f5cb9..c0dc0ef 100644 (file)
@@ -37,8 +37,8 @@ project( rmr LANGUAGES C )
 cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "3" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
-set( minor_version "0" )
-set( patch_level "4" )
+set( minor_version "2" )
+set( patch_level "6" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )