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.4.beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Oct 14, 2014
1 parent 67235a8 commit 36c150e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
Sage version 6.4.beta5, released 2014-10-12
Sage version 6.4.beta6, released 2014-10-14
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=569b7e0b755c835d74ad693786283f2b349f6f32
md5=567edd5596bb6f67226eb5dcf56c3fa7
cksum=91876784
sha1=cc4c4836590d4e45f8466f9048ebd06eb9d31a0a
md5=c9537ac3f2be9375e346ba551f350761
cksum=94219597
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
@@ -1 +1 @@
49
50
2 changes: 1 addition & 1 deletion src/bin/sage-banner
@@ -1,5 +1,5 @@
┌────────────────────────────────────────────────────────────────────┐
│ Sage Version 6.4.beta5, Release Date: 2014-10-12
│ Sage Version 6.4.beta6, Release Date: 2014-10-14
│ 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
@@ -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.4.beta5'
SAGE_RELEASE_DATE='2014-10-12'
SAGE_VERSION='6.4.beta6'
SAGE_RELEASE_DATE='2014-10-14'
4 changes: 2 additions & 2 deletions src/sage/version.py
@@ -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.4.beta5'
date = '2014-10-12'
version = '6.4.beta6'
date = '2014-10-14'

0 comments on commit 36c150e

Please sign in to comment.