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.2.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Feb 15, 2014
1 parent f59a9cb commit 6452f9d
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.2.beta1, released 2014-02-07
Sage version 6.2.beta2, released 2014-02-15
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=e0f0951560918d79141995852f276ac3e99a42f4
md5=33b6cac80bafecc0ad880fd68cf258e6
cksum=3483617699
sha1=dc1ef3079014c19d7af48bf628a275b3dbcf2e11
md5=1ab9d75a4babc66433730e4d95c24843
cksum=4250141818
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
12
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.2.beta1, Release Date: 2014-02-07
│ Sage Version 6.2.beta2, Release Date: 2014-02-15
│ 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.2.beta1'
SAGE_RELEASE_DATE='2014-02-07'
SAGE_VERSION='6.2.beta2'
SAGE_RELEASE_DATE='2014-02-15'
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.2.beta1'
date = '2014-02-07'
version = '6.2.beta2'
date = '2014-02-15'

0 comments on commit 6452f9d

Please sign in to comment.