Skip to content

Commit 572ea85

Browse files
committed
VERSION bump version to 0.10.239
1 parent f7ed4c3 commit 572ea85

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
@@ -6,7 +6,7 @@ set(LIBYANG_DESCRIPTION "libyang is YANG data modelling language parser and tool
66
# set version
77
set(LIBYANG_MAJOR_VERSION 0)
88
set(LIBYANG_MINOR_VERSION 10)
9-
set(LIBYANG_MICRO_VERSION 238)
9+
set(LIBYANG_MICRO_VERSION 239)
1010
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
1111
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION})
1212
configure_file(${PROJECT_SOURCE_DIR}/src/libyang.h.in ${PROJECT_SOURCE_DIR}/src/libyang.h)

0 commit comments

Comments
 (0)