Skip to content

Commit eb41edf

Browse files
committedApr 9, 2025·
VERSION bump to version 3.11.1
1 parent 8e0a348 commit eb41edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
6060
# set version of the project
6161
set(LIBYANG_MAJOR_VERSION 3)
6262
set(LIBYANG_MINOR_VERSION 11)
63-
set(LIBYANG_MICRO_VERSION 0)
63+
set(LIBYANG_MICRO_VERSION 1)
6464
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6565

6666
# set version of the library

0 commit comments

Comments
 (0)
Please sign in to comment.