1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-18 16:36:07 +02:00

Starting new FastNetMon 1.2.3 release

This commit is contained in:
Pavel Odintsov 2022-06-20 13:49:13 +01:00
parent c6f5d0cb30
commit 025e65b5e1
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.2"
default: "1.2.3"
orbs:
win: circleci/windows@4.1
jobs:

View File

@ -15,7 +15,7 @@ include(CheckLibraryExists)
set (FASTNETMON_VERSION_MAJOR 1)
set (FASTNETMON_VERSION_MINOR 2)
set (FASTNETMON_VERSION_PATCH 2)
set (FASTNETMON_VERSION_PATCH 3)
set(HIREDIS_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/libhiredis_0_13")
set(LOG4CPP_CUSTOM_INSTALL_PATH "${FASTNETMON_LIBRARIES_GLOBAL_PATH}/log4cpp1.1.3")