Skip to content

Commit 70d6c77

Browse files
committed
bump to 10.1
1 parent b29eccb commit 70d6c77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif(POLICY CMP0135)
4040

4141
# Set here the version number **** only update upon tagging a release!
4242
set (KratosMultiphysics_MAJOR_VERSION 10)
43-
set (KratosMultiphysics_MINOR_VERSION 0)
43+
set (KratosMultiphysics_MINOR_VERSION 1)
4444
set (KratosMultiphysics_PATCH_VERSION 0)
4545

4646
# If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR

scripts/wheels/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
PYTHONS=("cp38" "cp39" "cp310" "cp311" "cp12")
3-
export KRATOS_VERSION="10.0.0"
3+
export KRATOS_VERSION="10.1.0"
44

55
BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
66
export KRATOS_ROOT="/workspace/kratos/Kratos"

scripts/wheels/linux/build_mpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
PYTHONS=("cp38" "cp39" "cp310" "cp311" "cp312")
3-
export KRATOS_VERSION="10.0.0"
3+
export KRATOS_VERSION="10.1.0"
44

55
BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
66
export KRATOS_ROOT="/workspace/kratos/Kratos"

scripts/wheels/windows/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param([System.String]$cotire="OFF")
22

33
$pythons = "38", "39", "310", "311", "312"
4-
$env:kratos_version = "10.0.0"
4+
$env:kratos_version = "10.1.0"
55

66
$kratosRoot = "c:\kratos\kratos"
77
$env:kratos_root = $kratosRoot

0 commit comments

Comments
 (0)