Fix table of contents in the RTD generated stuff
[ric-plt/lib/rmr.git] / CMakeLists.txt
index 8bccdd4..e005e50 100644 (file)
@@ -35,7 +35,7 @@ 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 "10" )
+set( minor_version "11" )
 set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )