Skip to content

Commit ebcf465

Browse files
committed
VERSION bump version to 0.11.104
1 parent 0c46ac0 commit ebcf465

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 103)
11+
set(LIBYANG_MICRO_VERSION 104)
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)