Skip to content

Commit

Permalink
Merge branch 'udp_notif' into configured-subscription-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko authored Aug 17, 2023
2 parents a9f5508 + 846f516 commit 68340fc
Show file tree
Hide file tree
Showing 30 changed files with 866 additions and 444 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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.66)
set(NP2SRV_VERSION 2.1.70)

# libyang required version
set(LIBYANG_DEP_VERSION 2.1.87)
Expand All @@ -59,8 +59,8 @@ set(LIBNETCONF2_DEP_SOVERSION 3.5.3)
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 3)

# sysrepo required version
set(SYSREPO_DEP_VERSION 2.2.76)
set(SYSREPO_DEP_SOVERSION 7.15.0)
set(SYSREPO_DEP_VERSION 2.2.95)
set(SYSREPO_DEP_SOVERSION 7.18.0)
set(SYSREPO_DEP_SOVERSION_MAJOR 7)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c99")
Expand Down
2 changes: 1 addition & 1 deletion cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(CheckFunctionExists)
project(netopeer2-cli C)

# set version
set(NP2CLI_VERSION 2.0.72)
set(NP2CLI_VERSION 2.0.75)
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cli_version.h.in" "${PROJECT_BINARY_DIR}/cli_version.h" ESCAPE_QUOTES @ONLY)
include_directories(${PROJECT_BINARY_DIR})

Expand Down
Loading

0 comments on commit 68340fc

Please sign in to comment.