Allow endpoint selection based on meid in message
[ric-plt/lib/rmr.git] / CMakeLists.txt
index d2e5b13..6f5a78c 100644 (file)
@@ -35,8 +35,8 @@ project( rmr LANGUAGES C )
 cmake_minimum_required( VERSION 3.5 )
 
 set( major_version "1" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
-set( minor_version "12" )
-set( patch_level "1" )
+set( minor_version "13" )
+set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/rmr" )