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 2e7d2e4 commit 617eb3eCopy full SHA for 617eb3e
CMakeLists.txt
@@ -25,7 +25,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
25
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
26
set(LIBYANG_MAJOR_VERSION 1)
27
set(LIBYANG_MINOR_VERSION 0)
28
-set(LIBYANG_MICRO_VERSION 214)
+set(LIBYANG_MICRO_VERSION 215)
29
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
30
31
# Version of the library
0 commit comments