Skip to content

Commit 1fcf15c

Browse files
committed
SOVERSION bump to version 2.1.4
1 parent f13f3b6 commit 1fcf15c

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
@@ -62,7 +62,7 @@ set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_
6262
# set version of the library
6363
set(LIBYANG_MAJOR_SOVERSION 2)
6464
set(LIBYANG_MINOR_SOVERSION 1)
65-
set(LIBYANG_MICRO_SOVERSION 3)
65+
set(LIBYANG_MICRO_SOVERSION 4)
6666
set(LIBYANG_SOVERSION_FULL ${LIBYANG_MAJOR_SOVERSION}.${LIBYANG_MINOR_SOVERSION}.${LIBYANG_MICRO_SOVERSION})
6767
set(LIBYANG_SOVERSION ${LIBYANG_MAJOR_SOVERSION})
6868

0 commit comments

Comments
 (0)