Add ability for RMR to request route table
[ric-plt/lib/rmr.git] / CMakeLists.txt
index 7e1efeb..6bf455b 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 "1" )
-set( patch_level "3" )
+set( minor_version "2" )
+set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )