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.3.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Aug 4, 2014
1 parent 8a63d57 commit 0ce5b99
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.3.beta8, released 2014-07-30
Sage version 6.3.rc0, released 2014-08-04
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=61fb4cbbbefb498d245eb64838975626532b3a5b
md5=f5327ad7b301cf4f9d082b7d4d530deb
cksum=4233956904
sha1=3a3b255183c9f8537e1d8178114827ea8c763ae3
md5=8b03b871bca328d65cdcac7859e6a811
cksum=3461275129
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40
41
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.3.beta8, Release Date: 2014-07-30
│ Sage Version 6.3.rc0, Release Date: 2014-08-04
│ 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.3.beta8'
SAGE_RELEASE_DATE='2014-07-30'
SAGE_VERSION='6.3.rc0'
SAGE_RELEASE_DATE='2014-08-04'
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.3.beta8'
date = '2014-07-30'
version = '6.3.rc0'
date = '2014-08-04'

0 comments on commit 0ce5b99

Please sign in to comment.