diff --git a/info.ss b/info.ss index 511844a..1f67549 100644 --- a/info.ss +++ b/info.ss @@ -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") @@ -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"))