Skip to content

Commit 8e0a348

Browse files
committed
SOVERSION bump to version 3.8.8
1 parent 1b53688 commit 8e0a348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_
6666
# set version of the library
6767
set(LIBYANG_MAJOR_SOVERSION 3)
6868
set(LIBYANG_MINOR_SOVERSION 8)
69-
set(LIBYANG_MICRO_SOVERSION 7)
69+
set(LIBYANG_MICRO_SOVERSION 8)
7070
set(LIBYANG_SOVERSION_FULL ${LIBYANG_MAJOR_SOVERSION}.${LIBYANG_MINOR_SOVERSION}.${LIBYANG_MICRO_SOVERSION})
7171
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_SOVERSION})
7272

0 commit comments

Comments
 (0)