bumping up version 1.9

This commit is contained in:
Danny Yoo 2011-11-22 02:53:18 -05:00
parent 8b32c4c067
commit 34211d58de
4 changed files with 5 additions and 5 deletions

View File

@ -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 .

View File

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

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: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,

View File

@ -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,