Skip to content

Commit 289ecd0

Browse files
committed
Upgrading version
1 parent de71383 commit 289ecd0

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ endif(POLICY CMP0057)
2727

2828
# Set here the version number **** only update upon tagging a release!
2929
set (KratosMultiphysics_MAJOR_VERSION 9)
30-
set (KratosMultiphysics_MINOR_VERSION 3)
31-
set (KratosMultiphysics_PATCH_VERSION 1)
30+
set (KratosMultiphysics_MINOR_VERSION 4)
31+
set (KratosMultiphysics_PATCH_VERSION 0)
3232

3333
# If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR
3434
if(NOT DEFINED KRATOS_SOURCE_DIR)

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ The result should be:
505505
' / __| _` | __| _ \ __|
506506
. \ | ( | | ( |\__ \
507507
_|\_\_| \__,_|\__|\___/ ____/
508-
Multi-Physics 9.2."0"-4afb88094a-Release-ARM64
508+
Multi-Physics 9.X.Y-4afb88094a-Release-ARM64
509509
Compiled for GNU/Linux and Python3.8 with GCC-8.5
510510
Compiled with threading and MPI support.
511511
Maximum number of threads: 1.

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.3.1"
1+
$RELEASE_BRANCH="Release-9.4"
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.3.1"
1+
$RELEASE_BRANCH="Release-9.4"
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")
3-
export KRATOS_VERSION="9.3.1"
3+
export KRATOS_VERSION="9.4"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
PYTHONS=("cp38" "cp39" "cp310" "cp311")
3-
# PYTHONS=("cp38")
4-
export KRATOS_VERSION="9.3.1"
3+
export KRATOS_VERSION="9.4"
54

65
BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
76
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"
4-
$env:kratos_version = "9.3.1"
4+
$env:kratos_version = "9.4"
55

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

0 commit comments

Comments
 (0)