Skip to content

Commit ae33069

Browse files
committed
Fix version symlink
1 parent 397b0a6 commit ae33069

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.5.rc2, Release Date: 2024-11-30
1+
10.5.rc2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION.txt
1+
../../../VERSION.txt

src/bin/sage-update-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SAGE_VERSION_BANNER='$SAGE_VERSION_BANNER'
8181
EOF
8282

8383
# Create a top-level VERSION.txt file, which some external utilities rely on
84-
echo "$SAGE_VERSION_BANNER" > "$SAGE_ROOT/VERSION.txt"
84+
echo "$SAGE_VERSION" > "$SAGE_ROOT/VERSION.txt"
8585

8686
# Add version to the front of GitHub release assets URLs.
8787
SAGE_MINOR_VERSION=${SAGE_VERSION//.alpha*/}

0 commit comments

Comments
 (0)