Skip to content

Commit

Permalink
Gerbil v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed May 17, 2017
1 parent 6e609c9 commit 9a1ba23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5-17-2017: Gerbil-v0.8.1
- compiler/optimize: fix bug where prelude ssxi loading short-circuited further deps
- compiler/driver: fix bug in static exe dependency collection where the prelude module deps where short-circuited
- std/make: honour verbosity in exe compilation

5-16-2017: Gerbil-v0.8
- compiler: optimizer improvements and static executables
- optimizer:
Expand Down
2 changes: 1 addition & 1 deletion src/gerbil/runtime/gx-gambc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;;;

(define (gerbil-version-string)
"v0.8")
"v0.8.1")

(define (gerbil-system-version-string)
(string-append "Gerbil " (gerbil-version-string) " on Gambit " (system-version-string)))
Expand Down

0 comments on commit 9a1ba23

Please sign in to comment.