Skip to content

Commit 0cf33b3

Browse files
committed
Bump to 10.0
1 parent 5cd3a67 commit 0cf33b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

scripts/wheels/build_release_linux.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$RELEASE_BRANCH="Release-9.6"
1+
$RELEASE_BRANCH="Release-10.0"
22

33
$HOST_SWAP="C:/data_swap_host"
44
$GUEST_SWAP="/data_swap_guest"

scripts/wheels/build_release_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$RELEASE_BRANCH="Release-9.6"
1+
$RELEASE_BRANCH="Release-10.0"
22

33
$HOST_SWAP="C:/data_swap_host"
44
$GUEST_SWAP="C:/data_swap_guest"

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="9.6.0"
3+
export KRATOS_VERSION="10.0.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="9.6.0"
3+
export KRATOS_VERSION="10.0.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 = "9.6.0"
4+
$env:kratos_version = "10.0.0"
55

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

0 commit comments

Comments
 (0)