1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-10 21:06:22 +02:00

Switched developer branch to new version which will be 1.2.7

This commit is contained in:
Pavel Odintsov 2023-10-15 22:19:31 +01:00
parent 19ea45a613
commit 9d1ef09ea8
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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")