From fb3bdd996e370bc00f4f6b129c9c9e98158c8c78 Mon Sep 17 00:00:00 2001 From: christofmuc Date: Sat, 17 Apr 2021 16:35:11 +0200 Subject: [PATCH] Bump version number to 2.1.2. The intermediate version 2.1.1 was never officially released, but distributed, so this is to avoid confusion for the people having had the 2.1.1 --- Client/CMakeLists.txt | 2 +- Server/CMakeLists.txt | 2 +- azure-pipelines.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Client/CMakeLists.txt b/Client/CMakeLists.txt index a0d9fec..54c9e3d 100644 --- a/Client/CMakeLists.txt +++ b/Client/CMakeLists.txt @@ -4,7 +4,7 @@ # Dual licensed: Distributed under Affero GPL license by default, an MIT license is available for purchase # -project("JammerNetzClient" VERSION 2.1.1) +project("JammerNetzClient" VERSION 2.1.2) configure_file("Source/version.cpp.in" "Source/version.cpp") diff --git a/Server/CMakeLists.txt b/Server/CMakeLists.txt index bac9ad7..4001479 100644 --- a/Server/CMakeLists.txt +++ b/Server/CMakeLists.txt @@ -4,7 +4,7 @@ # Dual licensed: Distributed under Affero GPL license by default, an MIT license is available for purchase # -project("JammerNetzServer" VERSION 2.1.1) +project("JammerNetzServer" VERSION 2.1.2) include_directories("${INTEL_TBB_DIRECTORY}/include/") diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b06dfd..cf2b7e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,7 @@ jobs: cmakeArgs: '--build Builds\Windows --config RelWithDebInfo' condition: variables.isWindows - - publish: $(System.DefaultWorkingDirectory)/Builds/Windows/Client/jammernetz_setup_2.1.1.exe + - publish: $(System.DefaultWorkingDirectory)/Builds/Windows/Client/jammernetz_setup_2.1.2.exe displayName: Publish Windows Installer artifact: WindowsInstaller condition: variables.isWindows2019 @@ -118,7 +118,7 @@ jobs: displayName: Build with CMake for Mac condition: variables.isMac - - publish: $(System.DefaultWorkingDirectory)/builds/release/jammernetz_setup_2.1.1-Darwin.dmg + - publish: $(System.DefaultWorkingDirectory)/builds/release/jammernetz_setup_2.1.2-Darwin.dmg displayName: Publish Mac Installer artifact: MacInstaller condition: variables.isMac