bumping up the version number

This commit is contained in:
Danny Yoo 2011-11-22 03:12:02 -05:00
parent c04000efa0
commit 4a1f48ddf6

View File

@ -3,7 +3,7 @@
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "Added view-has-attr? and remove-view-attr. Added example with checkboxes. Improved compatibility with web-world and the Android web browser: external css style sheets should now work. Miscellaneous bug fixes.")))
(define version "1.8")
(define version "1.9")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")