Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Updated SageMath version to 8.3.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jun 2, 2018
1 parent 9552c8a commit 177aa8e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 8.3.beta3, Release Date: 2018-05-27
SageMath version 8.3.beta4, Release Date: 2018-06-02
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=0a165933cb111f036aaed5a4e24e3f8a646ea72b
md5=099e6404284497cf5a9731c414d4c94a
cksum=826065020
sha1=17b2c47332312366648913cdc6e9e23e9c8c6ff7
md5=ef365a66e8a539079b2cf41fdaf825d2
cksum=1787420087
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
266
267
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for shell scripts
# This file is auto-generated by the sage-update-version script, do not edit!
SAGE_VERSION='8.3.beta3'
SAGE_RELEASE_DATE='2018-05-27'
SAGE_VERSION_BANNER='SageMath version 8.3.beta3, Release Date: 2018-05-27'
SAGE_VERSION='8.3.beta4'
SAGE_RELEASE_DATE='2018-06-02'
SAGE_VERSION_BANNER='SageMath version 8.3.beta4, Release Date: 2018-06-02'
6 changes: 3 additions & 3 deletions src/sage/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for Python scripts
# This file is auto-generated by the sage-update-version script, do not edit!
version = '8.3.beta3'
date = '2018-05-27'
banner = 'SageMath version 8.3.beta3, Release Date: 2018-05-27'
version = '8.3.beta4'
date = '2018-06-02'
banner = 'SageMath version 8.3.beta4, Release Date: 2018-06-02'

0 comments on commit 177aa8e

Please sign in to comment.