updating info.rkt

This commit is contained in:
Danny Yoo 2011-12-04 20:53:31 -05:00
parent 666fa04243
commit 8aeaa902c9
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "Identified an issue with the inliner that causes generated code to be much larger than expected. Inlining is now off until I identify ths issue.")))
(define version "1.10")
(define release-notes '((p "Bug patch: under rare situations, the scheduler can incorrectly allow multiple computations to run. For now, Whalesong's will not release control to the browser during long-running computations. Program output may be a little bit more delayed as a result.")))
(define version "1.11")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.97")
(define version "1.98")