Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 043d3ab

Browse files
author
Matthias Koeppe
committed
Fixup version files/symlinks
1 parent c16651c commit 043d3ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/pkgs/sagelib/src/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../src/package-version.txt
1+
../../../../src/VERSION.txt

src/bin/sage-update-version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SAGE_VERSION=`echo "$1" | sed 's/^sage-//'`
3636
SAGE_RELEASE_DATE=`date -u +'%Y-%m-%d'`
3737
SAGE_VERSION_BANNER="SageMath version $SAGE_VERSION, Release Date: $SAGE_RELEASE_DATE"
3838

39-
echo $SAGE_VERSION | tee "$SAGE_SRC/bin/VERSION.txt" > "$SAGE_ROOT/build/pkgs/sagelib/package-version.txt"
39+
echo $SAGE_VERSION | tee "$SAGE_SRC/VERSION.txt" > "$SAGE_ROOT/build/pkgs/sagelib/package-version.txt"
4040

4141
# Update Sage version file for Python in SAGE_SRC/sage
4242
cat <<EOF > "$SAGE_SRC/sage/version.py"
@@ -72,7 +72,7 @@ git commit -m "Updated SageMath version to $SAGE_VERSION" -- \
7272
"$SAGE_ROOT/VERSION.txt" \
7373
"$SAGE_ROOT/.zenodo.json" \
7474
"$SAGE_SRC/sage/version.py" \
75-
"$SAGE_SRC/bin/VERSION.txt" \
75+
"$SAGE_SRC/VERSION.txt" \
7676
"$SAGE_SRC/bin/sage-version.sh" \
7777
"$SAGE_ROOT/build/pkgs/configure/checksums.ini" \
7878
"$SAGE_ROOT/build/pkgs/configure/package-version.txt" \

0 commit comments

Comments
 (0)