Skip to content

Commit

Permalink
20240814
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 6, 2024
1 parent 5177ec2 commit a50d6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export LC_ALL=en_US.UTF-8

tool_name="python"
tool_version="3.12.5"
release_date="20240224"
release_date="20240814"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

Expand Down
2 changes: 1 addition & 1 deletion python/build_msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

tool_name="python"
tool_version="3.12.5"
release_date="20240224"
release_date="20240814"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

Expand Down
2 changes: 1 addition & 1 deletion python/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apk add --no-cache alpine-sdk python3-dev

tool_name="python"
tool_version="3.12.5"
release_date="20240224"
release_date="20240814"
self_name="$tool_name-$tool_version"
release_version_dirpath="$dp0/release/$self_name"

Expand Down

0 comments on commit a50d6f9

Please sign in to comment.