From 4a1f48ddf6e9387a05ff36443e5fea26845a2d70 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 22 Nov 2011 03:12:02 -0500 Subject: [PATCH] bumping up the version number --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 3fdf51c..634028e 100644 --- a/info.rkt +++ b/info.rkt @@ -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")