Bumped version to 1.1.5 in preparation to cut release

This commit is contained in:
Pavel Odintsov 2020-05-23 18:02:16 +01:00
parent a0fcf9f39e
commit 93d84ac3f9

View File

@ -97,7 +97,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.4 master git-${GIT_LAST_COMMIT_HASH}")
set(FASTNETMON_APPLICATION_VERSION "1.1.5 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