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

Commit

Permalink
Updated SageMath version to 8.1.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun authored and Vincent Klein committed Nov 17, 2017
1 parent bb8e044 commit 40b749c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 8.1.rc0, Release Date: 2017-11-08
SageMath version 8.1.rc1, Release Date: 2017-11-15
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=54aaaef7d403f246beed255b268103e0f8ded9f4
md5=b5921d2089ac8f890add9c7d8eef0782
cksum=3116601563
sha1=8471ceaa856643ce44ba7875e4d52a61df73c02e
md5=5a5a3c1e8b43ebb90be18d41f64aa43a
cksum=2698909364
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
242
243
2 changes: 1 addition & 1 deletion src/bin/sage-banner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.1.rc0, Release Date: 2017-11-08
│ SageMath version 8.1.rc1, Release Date: 2017-11-15
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
Expand Down
4 changes: 2 additions & 2 deletions src/bin/sage-version.sh
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='8.1.rc0'
SAGE_RELEASE_DATE='2017-11-08'
SAGE_VERSION='8.1.rc1'
SAGE_RELEASE_DATE='2017-11-15'
4 changes: 2 additions & 2 deletions src/sage/version.py
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 = '8.1.rc0'
date = '2017-11-08'
version = '8.1.rc1'
date = '2017-11-15'

0 comments on commit 40b749c

Please sign in to comment.