1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00

Bump version to 1.2.0

This commit is contained in:
Pavel Odintsov 2022-03-28 14:58:01 +01:00
parent c8111fc54d
commit d8300a4ecd

@ -119,7 +119,7 @@ add_executable(fastnetmon fastnetmon.cpp)
# Get last commit hash
execute_process(COMMAND git rev-list HEAD COMMAND head -n 1 OUTPUT_VARIABLE GIT_LAST_COMMIT_HASH OUTPUT_STRIP_TRAILING_WHITESPACE)
set(FASTNETMON_APPLICATION_VERSION "1.1.9 master git-${GIT_LAST_COMMIT_HASH}")
set(FASTNETMON_APPLICATION_VERSION "1.2.0 master git-${GIT_LAST_COMMIT_HASH}")
configure_file(fast_platform.h.template "${PROJECT_SOURCE_DIR}/fast_platform.h")
# Use new Memory Model Aware Atomic Operations