Skip to content

Commit e8885ba

Browse files
committed
SOVERSION bump to version 3.0.10
1 parent cf43fa7 commit e8885ba

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
@@ -65,7 +65,7 @@ set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_
6565
# set version of the library
6666
set(LIBYANG_MAJOR_SOVERSION 3)
6767
set(LIBYANG_MINOR_SOVERSION 0)
68-
set(LIBYANG_MICRO_SOVERSION 9)
68+
set(LIBYANG_MICRO_SOVERSION 10)
6969
set(LIBYANG_SOVERSION_FULL ${LIBYANG_MAJOR_SOVERSION}.${LIBYANG_MINOR_SOVERSION}.${LIBYANG_MICRO_SOVERSION})
7070
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_SOVERSION})
7171

0 commit comments

Comments
 (0)