diff --git a/The-Orm/CMakeLists.txt b/The-Orm/CMakeLists.txt index d628c7dd..03a99f17 100644 --- a/The-Orm/CMakeLists.txt +++ b/The-Orm/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14) -project(KnobKraftOrm VERSION 1.7.3) +project(KnobKraftOrm VERSION 1.7.4) # 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") diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b5f76d7..fc77a9c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -69,7 +69,7 @@ jobs: cmakeArgs: '--build . --config RelWithDebInfo' condition: variables.isWindows - - publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.7.3.exe + - publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.7.4.exe displayName: Publish Windows Installer artifact: WindowsInstaller condition: variables.isWindows2019 @@ -91,7 +91,7 @@ jobs: displayName: Build with CMake for Mac condition: variables.isMac - - publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.7.3-Darwin.dmg + - publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.7.4-Darwin.dmg displayName: Publish Mac Installer artifact: MacInstaller condition: variables.isMac