From 4da17c23caca0a4b5fd182d6335bec0611a7a49b Mon Sep 17 00:00:00 2001 From: Christof Date: Fri, 22 Jan 2021 21:08:35 +0100 Subject: [PATCH] Bump version number to 1.11.2 --- The-Orm/CMakeLists.txt | 2 +- azure-pipelines.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/The-Orm/CMakeLists.txt b/The-Orm/CMakeLists.txt index e35d5c37..45d7f542 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.11.1) +project(KnobKraftOrm VERSION 1.11.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") diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2db8e864..3614e16d 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.11.1.exe + - publish: $(System.DefaultWorkingDirectory)/build/The-Orm/knobkraft_orm_setup_1.11.2.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.11.1-Darwin.dmg + - publish: $(System.DefaultWorkingDirectory)/builds/release/KnobKraft_Orm-1.11.2-Darwin.dmg displayName: Publish Mac Installer artifact: MacInstaller condition: variables.isMac