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

Commit 3648190

Browse files
committed
Updated Sage version to 6.8.rc1
1 parent 707189c commit 3648190

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sage version 6.8.rc0, released 2015-07-15
1+
Sage version 6.8.rc1, released 2015-07-22

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=67067e5da0bb989d2ef1ea1ca35c0a948c797f73
3-
md5=54b621e9c239e12d563660f934591205
4-
cksum=3044690232
2+
sha1=15017ecd9fb9a364c39b472f8e7f54ba9c288dd0
3+
md5=8f22aaf6e479fd543bf713865288d305
4+
cksum=895085547
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
103
1+
104

src/bin/sage-banner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
┌────────────────────────────────────────────────────────────────────┐
2-
│ SageMath Version 6.8.rc0, Release Date: 2015-07-15
2+
│ SageMath Version 6.8.rc1, Release Date: 2015-07-22
33
│ Type "notebook()" for the browser-based notebook interface. │
44
│ Type "help()" for help. │
55
└────────────────────────────────────────────────────────────────────┘

src/bin/sage-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sage version information for shell scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
SAGE_VERSION='6.8.rc0'
4-
SAGE_RELEASE_DATE='2015-07-15'
3+
SAGE_VERSION='6.8.rc1'
4+
SAGE_RELEASE_DATE='2015-07-22'

src/sage/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sage version information for Python scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
version = '6.8.rc0'
4-
date = '2015-07-15'
3+
version = '6.8.rc1'
4+
date = '2015-07-22'

0 commit comments

Comments
 (0)