This commit is contained in:
Danny Yoo 2012-04-18 14:53:20 -04:00
parent 10feaaa876
commit e4feff1b5a
4 changed files with 5 additions and 5 deletions

View File

@ -45,8 +45,8 @@ cs019-doc:
setup:
raco setup --no-docs -P dyoo whalesong.plt 1 16
raco setup --no-docs -P dyoo whalesong.plt 1 17
planet-link:
raco planet link dyoo whalesong.plt 1 16 .
raco planet link dyoo whalesong.plt 1 17 .

View File

@ -3,7 +3,7 @@
(define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "The JavaScript FFI includes js-function->procedure and js-async-function->procedure to lift JavaScript functions to Racket. New world event types can be introduced with make-world-event-handler.")))
(define version "1.16")
(define version "1.17")
(define primary-file "make-launcher.rkt")
(define categories '(devtools))
(define repositories '("4.x"))

View File

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

View File

@ -259,7 +259,7 @@ If you want to use Whalesong, run the following to create
the @filepath{whalesong} launcher:
@codeblock|{
#lang racket/base
(require (planet dyoo/whalesong:1:16/make-launcher))
(require (planet dyoo/whalesong:1:17/make-launcher))
}|
This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes,