labeling things for the 1.6 release

This commit is contained in:
Danny Yoo 2011-11-08 21:40:23 -05:00
parent 23a4c2da16
commit 9caec4b351
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ cs019-doc:
setup:
raco setup --no-docs -P dyoo whalesong.plt 1 5
raco setup --no-docs -P dyoo whalesong.plt 1 6
planet-link:
raco planet link dyoo whalesong.plt 1 5 .
raco planet link dyoo whalesong.plt 1 6 .

View File

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