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 9f786fc commit 85d09f3Copy full SHA for 85d09f3
CMakeLists.txt
@@ -12,7 +12,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
12
# set version
13
set(LIBYANG_MAJOR_VERSION 0)
14
set(LIBYANG_MINOR_VERSION 15)
15
-set(LIBYANG_MICRO_VERSION 165)
+set(LIBYANG_MICRO_VERSION 166)
16
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
17
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION})
18
0 commit comments