Skip to content

Commit

Permalink
Gerbil v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed May 3, 2017
1 parent 51190b8 commit f42129f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
5-3-2017: Gerbil-v0.6.1
- fix issues with disabled compiler optimizations from gce memory [gambit#249]
5-2-2017: Gerbil-v0.6
- gerbil/runtime:
- MOP allows mixin structs in make-class-type; classes can now mixin structs
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.6")
"v0.6.1")

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

0 comments on commit f42129f

Please sign in to comment.