Skip to content

Commit 4ebd79e

Browse files
committed
VERSION bump version to 0.12.114
1 parent ab08f0f commit 4ebd79e

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 12)
11-
set(LIBYANG_MICRO_VERSION 113)
11+
set(LIBYANG_MICRO_VERSION 114)
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)