From 3e13740e6220e33cfaa1e0d8ced72938b2531c19 Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Mon, 28 Feb 2022 14:19:43 +0100 Subject: [PATCH 1/2] Release 9.1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c99dfacdee60..1f25f491cd3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ endif(POLICY CMP0074) # Set here the version number **** only update upon tagging a release! set (KratosMultiphysics_MAJOR_VERSION 9) -set (KratosMultiphysics_MINOR_VERSION 0) -set (KratosMultiphysics_PATCH_VERSION 3) +set (KratosMultiphysics_MINOR_VERSION 1) +set (KratosMultiphysics_PATCH_VERSION 0) # If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR if(NOT DEFINED KRATOS_SOURCE_DIR) From 9459a425b332c6ac4134933cf5ea7cfecf35185c Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Wed, 2 Mar 2022 14:55:45 +0100 Subject: [PATCH 2/2] Package version --- scripts/wheels/linux/build.sh | 2 +- scripts/wheels/linux/build_mpi.sh | 2 +- scripts/wheels/windows/build.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/wheels/linux/build.sh b/scripts/wheels/linux/build.sh index ef084c67cb6e..74ce543a21ff 100644 --- a/scripts/wheels/linux/build.sh +++ b/scripts/wheels/linux/build.sh @@ -1,6 +1,6 @@ #!/bin/bash PYTHONS=("cp36" "cp37" "cp38" "cp39" "cp310") -export KRATOS_VERSION="9.0.3" +export KRATOS_VERSION="9.1.0" BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH export KRATOS_ROOT="/workspace/kratos/Kratos" diff --git a/scripts/wheels/linux/build_mpi.sh b/scripts/wheels/linux/build_mpi.sh index 9e57e1bcf63f..6f909e4097f0 100644 --- a/scripts/wheels/linux/build_mpi.sh +++ b/scripts/wheels/linux/build_mpi.sh @@ -1,7 +1,7 @@ #!/bin/bash PYTHONS=("cp36" "cp37" "cp38" "cp39" "cp310") # PYTHONS=("cp38") -export KRATOS_VERSION="9.0.3" +export KRATOS_VERSION="9.1.0" BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH export KRATOS_ROOT="/workspace/kratos/Kratos" diff --git a/scripts/wheels/windows/build.ps1 b/scripts/wheels/windows/build.ps1 index adbbad44bff8..fb16c43854cd 100644 --- a/scripts/wheels/windows/build.ps1 +++ b/scripts/wheels/windows/build.ps1 @@ -1,7 +1,7 @@ param([System.String]$cotire="OFF") $pythons = "36","37","38","39" -$env:kratos_version = "9.0.3" +$env:kratos_version = "9.1.0" $kratosRoot = "c:\kratos\kratos" $env:kratos_root = $kratosRoot