Skip to content

Commit

Permalink
Updated SageMath version to 7.5.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jan 8, 2017
1 parent 88a6d00 commit 8c42c34
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 7.5.rc2, Release Date: 2017-01-05
SageMath version 7.5.rc3, Release Date: 2017-01-08
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=42a3aa88d68613e6c7c932052f5256353ab181f1
md5=804e1809b5bcf1ca3fa423d6ef295d10
cksum=1636288858
sha1=316329cdc00d8ea8cc213038e02496fb20293ef5
md5=439f974716369875188f7964c68d6b5d
cksum=604372223
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
198
199
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.5.rc2, Release Date: 2017-01-05
│ SageMath version 7.5.rc3, Release Date: 2017-01-08
│ 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.5.rc2'
SAGE_RELEASE_DATE='2017-01-05'
SAGE_VERSION='7.5.rc3'
SAGE_RELEASE_DATE='2017-01-08'
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.5.rc2'
date = '2017-01-05'
version = '7.5.rc3'
date = '2017-01-08'

0 comments on commit 8c42c34

Please sign in to comment.