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

Commit d496ba4

Browse files
committed
Updated SageMath version to 7.6.rc2
1 parent b9bd305 commit d496ba4

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-
SageMath version 7.6.rc1, Release Date: 2017-03-16
1+
SageMath version 7.6.rc2, Release Date: 2017-03-19

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=0681ac6bf195ae568b1b5509afaa1cfc5b1186cf
3-
md5=fc46f2ff3d1e247bb8c667d2c5b39a53
4-
cksum=2589969668
2+
sha1=4d033e562fe03ebfe416f12411044e8cec4df94c
3+
md5=4822e231514b2e5f93f61fd078e2e4cc
4+
cksum=271749219
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
210
1+
211

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 7.6.rc1, Release Date: 2017-03-16
2+
│ SageMath version 7.6.rc2, Release Date: 2017-03-19
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='7.6.rc1'
4-
SAGE_RELEASE_DATE='2017-03-16'
3+
SAGE_VERSION='7.6.rc2'
4+
SAGE_RELEASE_DATE='2017-03-19'

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 = '7.6.rc1'
4-
date = '2017-03-16'
3+
version = '7.6.rc2'
4+
date = '2017-03-19'

0 commit comments

Comments
 (0)