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.5.beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jan 24, 2015
1 parent a5d5c2e commit a70d682
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.5.beta5, released 2015-01-05
Sage version 6.5.beta6, released 2015-01-24
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=4f8f0920faf691bb4796376ae62ed8e984f4c9e1
md5=2d9f513e1daf47544d0030114076493b
cksum=2159230018
sha1=99eab7d6d7eabfb85e3efe2ce4b2096c836681ce
md5=9823a583c3663035cdb47fdb6f334173
cksum=2606347674
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
63
64
2 changes: 1 addition & 1 deletion src/bin/sage-banner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
┌────────────────────────────────────────────────────────────────────┐
│ Sage Version 6.5.beta5, Release Date: 2015-01-05
│ Sage Version 6.5.beta6, Release Date: 2015-01-24
│ 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.5.beta5'
SAGE_RELEASE_DATE='2015-01-05'
SAGE_VERSION='6.5.beta6'
SAGE_RELEASE_DATE='2015-01-24'
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.5.beta5'
date = '2015-01-05'
version = '6.5.beta6'
date = '2015-01-24'

0 comments on commit a70d682

Please sign in to comment.