Skip to content

Commit 3e6665b

Browse files
committed
SOVERSION bump to version 2.46.0
1 parent 99a7788 commit 3e6665b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ set(LIBYANG_MICRO_VERSION 144)
6565
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6666
# set version of the library
6767
set(LIBYANG_MAJOR_SOVERSION 2)
68-
set(LIBYANG_MINOR_SOVERSION 45)
69-
set(LIBYANG_MICRO_SOVERSION 8)
68+
set(LIBYANG_MINOR_SOVERSION 46)
69+
set(LIBYANG_MICRO_SOVERSION 0)
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)