Skip to content

Commit

Permalink
VERSION bump to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Nov 2, 2023
1 parent 8ed2c48 commit 554a27c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ 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.1.72)
set(NP2SRV_VERSION 2.2.0)

# 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 2.1.27)
set(LIBNETCONF2_DEP_SOVERSION 3.5.3)
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 3)
set(LIBNETCONF2_DEP_VERSION 3.0.0)
set(LIBNETCONF2_DEP_SOVERSION 4.0.0)
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 4)

# sysrepo required version
set(SYSREPO_DEP_VERSION 2.2.111)
Expand Down

0 comments on commit 554a27c

Please sign in to comment.