Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Jan 6, 2021
1 parent dc4d39e commit 4ec7e62
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.10.5)
project(KnobKraftOrm VERSION 1.10.6)

# 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.10.5.exe
- publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.10.6.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.10.5-Darwin.dmg
- publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.10.6-Darwin.dmg
displayName: Publish Mac Installer
artifact: MacInstaller
condition: variables.isMac
Expand Down

0 comments on commit 4ec7e62

Please sign in to comment.