bumping to 11.

This commit is contained in:
Danny Yoo 2011-12-04 15:20:22 -05:00
parent b45b986caa
commit a2f81336ea
4 changed files with 5 additions and 5 deletions

View File

@ -45,8 +45,8 @@ cs019-doc:
setup:
raco setup --no-docs -P dyoo whalesong.plt 1 10
raco setup --no-docs -P dyoo whalesong.plt 1 11
planet-link:
raco planet link dyoo whalesong.plt 1 10 .
raco planet link dyoo whalesong.plt 1 11 .

View File

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

View File

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

View File

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