Skip to content

Commit 3defd82

Browse files
committed
VERSION bump to version 1.0.35
1 parent de9fd44 commit 3defd82

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 34)
24+
set(LIBYANG_MICRO_VERSION 35)
2525
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
2626

2727
# Version of the library

0 commit comments

Comments
 (0)