Skip to content

Commit 2e7d2e4

Browse files
committed
SOVERSION bump to version 1.10.7
1 parent 968e8f5 commit 2e7d2e4

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
@@ -33,7 +33,7 @@ set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_
3333
# with backward compatible change and micro version is connected with any internal change of the library.
3434
set(LIBYANG_MAJOR_SOVERSION 1)
3535
set(LIBYANG_MINOR_SOVERSION 10)
36-
set(LIBYANG_MICRO_SOVERSION 6)
36+
set(LIBYANG_MICRO_SOVERSION 7)
3737
set(LIBYANG_SOVERSION_FULL ${LIBYANG_MAJOR_SOVERSION}.${LIBYANG_MINOR_SOVERSION}.${LIBYANG_MICRO_SOVERSION})
3838
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_SOVERSION})
3939

0 commit comments

Comments
 (0)