Skip to content

Commit 438a766

Browse files
committed
VERSION bump to version 1.0.109
1 parent 120d15b commit 438a766

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
@@ -21,7 +21,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
2121
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
2222
set(LIBYANG_MAJOR_VERSION 1)
2323
set(LIBYANG_MINOR_VERSION 0)
24-
set(LIBYANG_MICRO_VERSION 108)
24+
set(LIBYANG_MICRO_VERSION 109)
2525
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
2626

2727
# Version of the library

0 commit comments

Comments
 (0)