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 6.7.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Apr 28, 2015
1 parent 93a7ac6 commit e55e315
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.7.beta2, released 2015-04-21
Sage version 6.7.beta3, released 2015-04-28
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=cfa4d6a576b31399a5a7c95e5ca7eaafd7bc79fd
md5=6f1978763cfa1d7534a2bf64be00d390
cksum=1608967615
sha1=d0a00ec9d7e49ef6e758aee29f60cd399b2a8ff9
md5=cbf68f077445ecb657e52276762d7e44
cksum=3915828491
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
88
89
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.7.beta2, Release Date: 2015-04-21
│ SageMath Version 6.7.beta3, Release Date: 2015-04-28
│ 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.7.beta2'
SAGE_RELEASE_DATE='2015-04-21'
SAGE_VERSION='6.7.beta3'
SAGE_RELEASE_DATE='2015-04-28'
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.7.beta2'
date = '2015-04-21'
version = '6.7.beta3'
date = '2015-04-28'

0 comments on commit e55e315

Please sign in to comment.