Fix potential race in route table load
[ric-plt/lib/rmr.git] / CMakeLists.txt
index e44affd..2ac15d7 100644 (file)
@@ -40,7 +40,7 @@ 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 "1" )
+set( minor_version "4" )
 set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )