Skip to content

Commit

Permalink
Bump version number to 2.1.2. The intermediate version 2.1.1 was neve…
Browse files Browse the repository at this point in the history
…r officially released, but distributed, so this is to avoid confusion for the people having had the 2.1.1
  • Loading branch information
christofmuc committed Apr 17, 2021
1 parent 611e6a5 commit fb3bdd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion Server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/")

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb3bdd9

Please sign in to comment.