From 5328c8da64ea724f8730b7a0bbd3214fde66fca1 Mon Sep 17 00:00:00 2001 From: wahidw Date: Sun, 5 Dec 2021 15:25:15 +0000 Subject: [PATCH] Adding minor version in CMakelist Signed-off-by: wahidw Change-Id: Ic433f8b2e7b857580f34c110ad0cb175e8016792 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d73c316..a06f3f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "2" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "3" ) -set( patch_level "4" ) +set( patch_level "5" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/ricxfcpp" ) -- 2.16.6