Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed Oct 10, 2023
1 parent 9f44323 commit 2ba04d1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ If you need the developer version, you are on the right place.
* 4.1- To execute Kratos using the standard pip packages:
* Python version recommended: 3.8, 3.9, 3.10, 3.11
* Open a terminal and run
- Linux: `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.3.2`
- Windows: `python -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.3.2`
- Linux: `python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.4.2`
- Windows: `python -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.4.2`
* 4.2- To execute Kratos using your compiled binaries:
* Fill the Kratos preferences windows with
- Path to the python folder
Expand Down
4 changes: 2 additions & 2 deletions dockers/create-release.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

# Change directory to the specified directory
cd /tmp/dist/kratos-9.3.2/
cd /tmp/dist/kratos-9.4.2/
find . -type f -name "*.unix.bat" -print0 | xargs -0 dos2unix

# Add execute permission to all .bat files in the directory
# chmod 755 *.bat

# Create a tgz file from the directory
tar -czf ../kratos-9.3.2-linux-64.tgz *
tar -czf ../kratos-9.4.2-linux-64.tgz *

2 changes: 1 addition & 1 deletion dockers/deploy.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set krversion=9.3.2
set krversion=9.4.2
set pyversion=3.10.5
@REM 3.10.10-alpine3.17
echo "Building kratos %krversion% on python %pyversion%"
Expand Down
2 changes: 1 addition & 1 deletion kratos.gid/kratos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Infoproblemtype version="1.0">
<Program>
<Name>Kratos</Name>
<Version>9.4.0</Version>
<Version>9.4.3</Version>
<ExecutableVersion></ExecutableVersion>
<CheckMinimumGiDVersion>16.1.4d</CheckMinimumGiDVersion>
<CustomLibAutomatic>0</CustomLibAutomatic>
Expand Down
2 changes: 1 addition & 1 deletion kratos.gid/kratos_default.spd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- -*- coding: utf-8; mode: SGML -*- -->
<Kratos_data version='9.4.0'>
<Kratos_data version='9.4.3'>
<style show_menubutton_about='0' show_menubutton_search='1'></style>
<groups/>
<units></units>
Expand Down
2 changes: 1 addition & 1 deletion tools/create-release.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set VERSION=9.3.2
set VERSION=9.4.2
@REM git checkout master
@REM git fetch -p
@REM git pull -p
Expand Down

0 comments on commit 2ba04d1

Please sign in to comment.