bumping up version 1.9
This commit is contained in:
parent
8b32c4c067
commit
34211d58de
4
Makefile
4
Makefile
|
@ -44,8 +44,8 @@ cs019-doc:
|
|||
|
||||
|
||||
setup:
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 8
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 9
|
||||
|
||||
|
||||
planet-link:
|
||||
raco planet link dyoo whalesong.plt 1 8 .
|
||||
raco planet link dyoo whalesong.plt 1 9 .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
MAJOR=1
|
||||
MINOR=8
|
||||
MINOR=9
|
||||
PROJNAME=whalesong
|
||||
|
||||
|
||||
|
|
|
@ -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:8/make-launcher))
|
||||
(require (planet dyoo/whalesong:1:9/make-launcher))
|
||||
}|
|
||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||
dependencies, and its documentation. When it finally finishes,
|
||||
|
|
|
@ -203,7 +203,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:8/make-launcher))
|
||||
(require (planet dyoo/whalesong:1:9/make-launcher))
|
||||
}|
|
||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||
dependencies, and its documentation. When it finally finishes,
|
||||
|
|
Loading…
Reference in New Issue
Block a user