From 9d1ef09ea835d56fc019456cca6f22d43320cff0 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 15 Oct 2023 22:19:31 +0100 Subject: [PATCH] Switched developer branch to new version which will be 1.2.7 --- .circleci/config.yml | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c44932c..4e829d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 parameters: fastnetmon_build_version: type: string - default: "1.2.6" + default: "1.2.7" orbs: win: circleci/windows@4.1 jobs: diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 60e9b57..c4a364a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,7 @@ include(CheckLibraryExists) set (FASTNETMON_VERSION_MAJOR 1) set (FASTNETMON_VERSION_MINOR 2) -set (FASTNETMON_VERSION_PATCH 6) +set (FASTNETMON_VERSION_PATCH 7) 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")