Skip to content

Commit

Permalink
Bump version number to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Oct 10, 2020
1 parent 00276ee commit 970225f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion The-Orm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.14)

project(KnobKraftOrm VERSION 1.7.1)
project(KnobKraftOrm VERSION 1.7.2)

# Export this variable to be use by the Azure pipeline to know how the installers are called
SET(KNOBKRAFT_ORM_VERSION ${KnobKraftOrm_VERSION} CACHE STRING "Version of KnobKraft Orm")
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cmakeArgs: '--build . --config RelWithDebInfo'
condition: variables.isWindows

- publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.7.1.exe
- publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.7.2.exe
displayName: Publish Windows Installer
artifact: WindowsInstaller
condition: variables.isWindows2019
Expand All @@ -91,7 +91,7 @@ jobs:
displayName: Build with CMake for Mac
condition: variables.isMac
- publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.7.1-Darwin.dmg
- publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.7.2-Darwin.dmg
displayName: Publish Mac Installer
artifact: MacInstaller
condition: variables.isMac
Expand Down

0 comments on commit 970225f

Please sign in to comment.