Merge remote-tracking branch 'origin/master'

This commit is contained in:
Danny Yoo 2011-11-22 01:01:07 -05:00
commit b9d20d174c
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ Run the following to create the @filepath{whalesong} launcher program in
your current directory.
@codeblock|{
#lang racket/base
(require (planet dyoo/whalesong:1:7/make-launcher))
(require (planet dyoo/whalesong:1:8/make-launcher))
}|
This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes,

View File

@ -195,7 +195,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:7/make-launcher))
(require (planet dyoo/whalesong:1:8/make-launcher))
}|
This may take a few minutes, as Racket is compiling Whalesong, its
dependencies, and its documentation. When it finally finishes,