This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Release Manager
committed
Aug 22, 2021
1 parent
7282b2b
commit 488ced5
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 9.4.rc2, Release Date: 2021-08-12 | ||
SageMath version 9.4, Release Date: 2021-08-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=e8f46f84c091307a9ae09cc7ffa38d012cc20ea0 | ||
md5=8040113ec761f1fa5754e0b44d8b309e | ||
cksum=1873580034 | ||
sha1=d8c58a2ffaec92099d4a7295f5beeb12aefa3385 | ||
md5=0009324af93933b11cb35e739a2582c8 | ||
cksum=2050549271 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
79dc8f55f8ca208a226e5c970b3e6a0e9bc2120a | ||
7282b2b6c6a282a887fa05b0b5250b77035bf3bf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.4.rc2 | ||
9.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.4.rc2 | ||
9.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Sage version information for shell scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
SAGE_VERSION='9.4.rc2' | ||
SAGE_RELEASE_DATE='2021-08-12' | ||
SAGE_VERSION_BANNER='SageMath version 9.4.rc2, Release Date: 2021-08-12' | ||
SAGE_VERSION='9.4' | ||
SAGE_RELEASE_DATE='2021-08-22' | ||
SAGE_VERSION_BANNER='SageMath version 9.4, Release Date: 2021-08-22' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Sage version information for Python scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
version = '9.4.rc2' | ||
date = '2021-08-12' | ||
banner = 'SageMath version 9.4.rc2, Release Date: 2021-08-12' | ||
version = '9.4' | ||
date = '2021-08-22' | ||
banner = 'SageMath version 9.4, Release Date: 2021-08-22' |