fixing info.rkt

This commit is contained in:
Danny Yoo 2011-11-21 19:14:08 -05:00
parent de0f72b249
commit 80b49b6f83
4 changed files with 3 additions and 6 deletions

View File

@ -2,7 +2,7 @@
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "")))
(define release-notes '((p "Some improved error trapping on the view-navigation methods. Bug fix on appcache manifest to allow network communication. Replaced 'not a closure' messages with the application error instead.")))
(define version "1.8")
(define categories '(devtools))
(define repositories '("4.x"))

View File

@ -1,6 +1,6 @@
#!/bin/bash
MAJOR=1
MINOR=7
MINOR=8
PROJNAME=whalesong

View File

@ -995,9 +995,6 @@ may be useful when deploying a finished program.
@itemize[
@item{@racket[image-url] doesn't currently work with offline app
support. Use @racket[define-resource] instead.}
@item{Whalesong's compiler doesn't know how to compile programs with
embedded image snips. You can work around this by using
@racket[define-resource], and save an image file in the same directory

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.89")
(define version "1.90")