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

Commit

Permalink
Updated Sage version to 6.8.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jul 22, 2015
1 parent 707189c commit 3648190
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 6.8.rc0, released 2015-07-15
Sage version 6.8.rc1, released 2015-07-22
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=67067e5da0bb989d2ef1ea1ca35c0a948c797f73
md5=54b621e9c239e12d563660f934591205
cksum=3044690232
sha1=15017ecd9fb9a364c39b472f8e7f54ba9c288dd0
md5=8f22aaf6e479fd543bf713865288d305
cksum=895085547
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
103
104
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 6.8.rc0, Release Date: 2015-07-15
│ SageMath Version 6.8.rc1, Release Date: 2015-07-22
│ 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='6.8.rc0'
SAGE_RELEASE_DATE='2015-07-15'
SAGE_VERSION='6.8.rc1'
SAGE_RELEASE_DATE='2015-07-22'
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 = '6.8.rc0'
date = '2015-07-15'
version = '6.8.rc1'
date = '2015-07-22'

0 comments on commit 3648190

Please sign in to comment.