diff --git a/CMakeLists.txt b/CMakeLists.txt index 36a96e9d..d7ed8f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,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.21) +set(NP2SRV_VERSION 2.2.22) # libyang required version set(LIBYANG_DEP_VERSION 2.2.0)