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 b785dd6 commit 64248ecCopy full SHA for 64248ec
CMakeLists.txt
@@ -21,7 +21,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
21
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
22
set(LIBYANG_MAJOR_VERSION 1)
23
set(LIBYANG_MINOR_VERSION 0)
24
-set(LIBYANG_MICRO_VERSION 72)
+set(LIBYANG_MICRO_VERSION 73)
25
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
26
27
# Version of the library
0 commit comments