Skip to content

Commit

Permalink
Merge pull request #9726 from KratosMultiphysics/Release-9.1
Browse files Browse the repository at this point in the history
Release 9.1
  • Loading branch information
roigcarlo authored Mar 2, 2022
2 parents 49debf2 + 9459a42 commit db66d90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/linux/build.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/linux/build_mpi.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/windows/build.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit db66d90

Please sign in to comment.