labeling things for the 1.6 release
This commit is contained in:
parent
23a4c2da16
commit
9caec4b351
4
Makefile
4
Makefile
|
@ -44,8 +44,8 @@ cs019-doc:
|
||||||
|
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
raco setup --no-docs -P dyoo whalesong.plt 1 5
|
raco setup --no-docs -P dyoo whalesong.plt 1 6
|
||||||
|
|
||||||
|
|
||||||
planet-link:
|
planet-link:
|
||||||
raco planet link dyoo whalesong.plt 1 5 .
|
raco planet link dyoo whalesong.plt 1 6 .
|
|
@ -195,7 +195,7 @@ If you want to use Whalesong off of PLaneT, run the following to create
|
||||||
the @filepath{whalesong} launcher:
|
the @filepath{whalesong} launcher:
|
||||||
@codeblock|{
|
@codeblock|{
|
||||||
#lang racket/base
|
#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
|
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||||
dependencies, and its documentation. When it finally finishes,
|
dependencies, and its documentation. When it finally finishes,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user