Skip to content

Commit

Permalink
Updated SageMath version to 8.7.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Mar 19, 2019
1 parent f2a8957 commit 2a9c447
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 8.7.beta7, Release Date: 2019-03-10
SageMath version 8.7.rc0, Release Date: 2019-03-19
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=90094b55e0043556dae38a399137a54c46552065
md5=875da595ff8d35aed2e3c94361aacd10
cksum=3978917208
sha1=3e8a78bd28a96f80e6be2e7cc5010040b681c5d5
md5=eb02f6437726c43b2b15c5da325d0f44
cksum=861178406
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
310
311
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
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='8.7.beta7'
SAGE_RELEASE_DATE='2019-03-10'
SAGE_VERSION_BANNER='SageMath version 8.7.beta7, Release Date: 2019-03-10'
SAGE_VERSION='8.7.rc0'
SAGE_RELEASE_DATE='2019-03-19'
SAGE_VERSION_BANNER='SageMath version 8.7.rc0, Release Date: 2019-03-19'
6 changes: 3 additions & 3 deletions src/sage/version.py
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 = '8.7.beta7'
date = '2019-03-10'
banner = 'SageMath version 8.7.beta7, Release Date: 2019-03-10'
version = '8.7.rc0'
date = '2019-03-19'
banner = 'SageMath version 8.7.rc0, Release Date: 2019-03-19'

0 comments on commit 2a9c447

Please sign in to comment.