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

Commit

Permalink
Updated Sage version to 7.1.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Mar 10, 2016
1 parent 99b196d commit 1c17d9e
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 @@
Sage version 7.1.beta6, released 2016-03-03
Sage version 7.1.rc0, released 2016-03-10
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=b0e9c482ea72803ee5642d52b4703773c190aa79
md5=e66e125b76a875ac17264c727496d609
cksum=1067977489
sha1=4d12a9be7cddd42242462dbbc9457d7ed2d96217
md5=929501b778370fb5c490260a924caa39
cksum=1604852641
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
149
150
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 7.1.beta6, Release Date: 2016-03-03
│ SageMath Version 7.1.rc0, Release Date: 2016-03-10
│ 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='7.1.beta6'
SAGE_RELEASE_DATE='2016-03-03'
SAGE_VERSION='7.1.rc0'
SAGE_RELEASE_DATE='2016-03-10'
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 = '7.1.beta6'
date = '2016-03-03'
version = '7.1.rc0'
date = '2016-03-10'

0 comments on commit 1c17d9e

Please sign in to comment.