Skip to content

Commit

Permalink
Updated info.ss.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Gurnell committed Jun 7, 2009
1 parent 3d3b8a9 commit 3d2cd34
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions info.ss
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@

(define release-notes
'((p "Changes and additions:")
(ul (li "added " (tt "!raw") " expressions and statements to the Javascript language;")
(li "added uppercase versions of XML and JS quote equivalents (" (tt "xml") ", " (tt "opt-xml") ", " (tt "js") " and so on);")
(li "using a lowercase quote form within a lowercase quoted block now results in a compile error;")
(li "using an uppercase quote form within an uppercase quoted block now results in a compile error;")
(li "removed extraneous newlines generated when pretty printing empty begin statements."))))
(ul (li "nothing yet...")))

(define primary-file "mirrors.ss")

Expand All @@ -21,7 +17,7 @@

(define categories '(devtools net ui xml))

(define required-core-version "4.1.3")
(define required-core-version "4.1.0.4")

(define repositories '("4.x"))

Expand Down

0 comments on commit 3d2cd34

Please sign in to comment.