Skip to content

Commit

Permalink
VERSION bump to version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Nov 30, 2023
1 parent 1253069 commit cf77d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ endif()
# Generic version of not only the library. Major version is reserved for really big changes of the project,
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
set(NP2SRV_VERSION 2.2.4)
set(NP2SRV_VERSION 2.2.5)

# libyang required version
set(LIBYANG_DEP_VERSION 2.1.87)
set(LIBYANG_DEP_SOVERSION 2.37.1)
set(LIBYANG_DEP_SOVERSION_MAJOR 2)

# libnetconf2 required version
set(LIBNETCONF2_DEP_VERSION 3.0.0)
set(LIBNETCONF2_DEP_SOVERSION 4.0.0)
set(LIBNETCONF2_DEP_VERSION 3.1.0)
set(LIBNETCONF2_DEP_SOVERSION 4.1.0)
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 4)

# sysrepo required version
Expand Down

0 comments on commit cf77d7f

Please sign in to comment.