Skip to content

Commit 4015d0d

Browse files
committed
VERSIOn bump to version 0.11.110
1 parent c240693 commit 4015d0d

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
@@ -8,7 +8,7 @@ set(LIBYANG_DESCRIPTION "libyang is YANG data modelling language parser and tool
88
# set version
99
set(LIBYANG_MAJOR_VERSION 0)
1010
set(LIBYANG_MINOR_VERSION 11)
11-
set(LIBYANG_MICRO_VERSION 109)
11+
set(LIBYANG_MICRO_VERSION 110)
1212
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
1313
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION})
1414
configure_file(${PROJECT_SOURCE_DIR}/src/libyang.h.in ${PROJECT_SOURCE_DIR}/src/libyang.h)

0 commit comments

Comments
 (0)