Add support to generate man pages in txt and md
[ric-plt/lib/rmr.git] / CMakeLists.txt
index 6549f8c..41b59d7 100644 (file)
@@ -33,7 +33,7 @@ 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 "0" )
-set( patch_level "40" )
+set( patch_level "41" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_lib "lib" )