From be2461e1f2aecbfc2d33672d3d8fd92cce50c84c Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Fri, 8 Dec 2023 09:07:40 +0100 Subject: [PATCH] VERSION bump to version 2.2.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa789c4d..600570e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ endif() # Generic version of not only the library. Major version is reserved for really big changes of the project, # minor version changes with added functionality (new tool, functionality of the tool or library, ...) and # micro version is changed with a set of small changes or bugfixes anywhere in the project. -set(NP2SRV_VERSION 2.2.6) +set(NP2SRV_VERSION 2.2.7) # libyang required version set(LIBYANG_DEP_VERSION 2.1.87)