Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Oct 1, 2019
1 parent 0b18b06 commit 135ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(kl:set (quote *language*) "Scheme")
(kl:set (quote *implementation*) "chez-scheme")
(kl:set (quote *port*) "0.20")
(kl:set (quote *port*) "0.22")
(kl:set (quote *release*) (call-with-values scheme-version-number (lambda (major minor patch) (format "~s.~s.~s" major minor patch))))
(kl:set (quote *porters*) "Bruno Deferrari")
(kl:set (quote *sterror*) (standard-error-port))
Expand Down

0 comments on commit 135ae2f

Please sign in to comment.