Skip to content

Commit

Permalink
Started 1.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Dec 16, 2024
1 parent 05bd983 commit 28cf165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
fastnetmon_build_version:
type: string
default: "1.2.8"
default: "1.2.9"
orbs:
win: circleci/[email protected]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include(CheckLibraryExists)

set (FASTNETMON_VERSION_MAJOR 1)
set (FASTNETMON_VERSION_MINOR 2)
set (FASTNETMON_VERSION_PATCH 8)
set (FASTNETMON_VERSION_PATCH 9)

set(HIREDIS_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/hiredis_0_14")
set(LOG4CPP_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/log4cpp_1_1_4")
Expand Down Expand Up @@ -1216,4 +1216,4 @@ if (ENABLE_FUZZ_TEST_DESOCK)
target_link_libraries(fastnetmon desock)
endif()



0 comments on commit 28cf165

Please sign in to comment.