Skip to content

Commit 9e316f3

Browse files
committed
VERSION bump to version 0.16.105
1 parent a95aff3 commit 9e316f3

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
@@ -12,7 +12,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
1212
# set version
1313
set(LIBYANG_MAJOR_VERSION 0)
1414
set(LIBYANG_MINOR_VERSION 16)
15-
set(LIBYANG_MICRO_VERSION 104)
15+
set(LIBYANG_MICRO_VERSION 105)
1616
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
1717
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION})
1818

0 commit comments

Comments
 (0)