-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Showing
6 changed files
with
10 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 7.3.rc0, Release Date: 2016-07-28 | ||
SageMath version 7.3, Release Date: 2016-08-04 |
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=23b8baf4bdb56df2388dd13d8ed55a2bd1bf2cb3 | ||
md5=ef8fa44b06b18b1a843631db35b6503d | ||
cksum=3285985478 | ||
sha1=b2dcda8630f7de82476168c42bd845259feb3dc6 | ||
md5=c347b2a104b13a45f90a74442929ccd7 | ||
cksum=2802885033 |
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 @@ | ||
175 | ||
176 |
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,8 +1,5 @@ | ||
┌────────────────────────────────────────────────────────────────────┐ | ||
│ SageMath version 7.3.rc0, Release Date: 2016-07-28 │ | ||
│ SageMath version 7.3, Release Date: 2016-08-04 │ | ||
│ Type "notebook()" for the browser-based notebook interface. │ | ||
│ Type "help()" for help. │ | ||
└────────────────────────────────────────────────────────────────────┘ | ||
[31m┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ | ||
┃ Warning: this is a prerelease version, and it may be unstable. ┃ | ||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛[0m |
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 @@ | ||
# Sage version information for shell scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
SAGE_VERSION='7.3.rc0' | ||
SAGE_RELEASE_DATE='2016-07-28' | ||
SAGE_VERSION='7.3' | ||
SAGE_RELEASE_DATE='2016-08-04' |
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 @@ | ||
# Sage version information for Python scripts | ||
# This file is auto-generated by the sage-update-version script, do not edit! | ||
version = '7.3.rc0' | ||
date = '2016-07-28' | ||
version = '7.3' | ||
date = '2016-08-04' |