From 57396a18046f70aeb4d05dce14fb1d1ddc9dfc39 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 26 Jul 2022 16:05:00 +0200 Subject: [PATCH] VERSION bump to version 2.1.36 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e21ca523..06790140 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,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.1.35) +set(NP2SRV_VERSION 2.1.36) # libyang required version set(LIBYANG_DEP_VERSION 2.0.220)