We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759ebb7 commit 86910adCopy full SHA for 86910ad
CMakeLists.txt
@@ -33,7 +33,7 @@ set(CMAKE_C_FLAGS_DEBUG "-g -O0 -DDEBUG")
33
# Generic version of not only the library. Major version is reserved for really big changes of the project,
34
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
35
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
36
-set(NP2SRV_VERSION 1.1.69)
+set(NP2SRV_VERSION 1.1.70)
37
38
# libyang required SO version
39
set(LIBYANG_DEP_SOVERSION_MAJOR 1)
0 commit comments