Skip to content

Commit d2f1608

Browse files
committed
SOVERSION bump to version 2.25.0
1 parent 220f055 commit d2f1608

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 267)
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 24)
69-
set(LIBYANG_MICRO_SOVERSION 26)
68+
set(LIBYANG_MINOR_SOVERSION 25)
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)