Skip to content

Commit 617eb3e

Browse files
committed
VERSION bump to version 1.0.215
1 parent 2e7d2e4 commit 617eb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
2525
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
2626
set(LIBYANG_MAJOR_VERSION 1)
2727
set(LIBYANG_MINOR_VERSION 0)
28-
set(LIBYANG_MICRO_VERSION 214)
28+
set(LIBYANG_MICRO_VERSION 215)
2929
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
3030

3131
# Version of the library

0 commit comments

Comments
 (0)