Prep 0.9.8.1 bugfix release

This commit is contained in:
Justin Ethier 2019-02-18 12:13:03 -05:00
parent 102244be21
commit b2997de54a
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 0.9.8.1
Bug Fixes
- Fix from Petr Pražák to fix compilation error with newer versions of LibTomMath.
- Fixed runtime to avoid cases where bignums are not initialized properly and instead retain a value of zero.
## 0.9.8 - February 16, 2019
Features

View file

@ -15,7 +15,7 @@
*version-banner*
*c-file-header-comment*)
(begin
(define *version-number* "0.9.8")
(define *version-number* "0.9.8.1")
(define *version-name* "")
(define *version* (string-append *version-number* " " *version-name* ""))