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 6d2beea commit 93e9e1cCopy full SHA for 93e9e1c
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 163)
+set(LIBYANG_MICRO_VERSION 164)
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