This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ../../../../src/package-version .txt
1+ ../../../../src/VERSION .txt
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SAGE_VERSION=`echo "$1" | sed 's/^sage-//'`
3636SAGE_RELEASE_DATE=` date -u +' %Y-%m-%d' `
3737SAGE_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
4242cat << 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" \
You can’t perform that action at this time.
0 commit comments