From a2f81336ea41494dd919a6c206b285d28623671d Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 4 Dec 2011 15:20:22 -0500 Subject: [PATCH] bumping to 11. --- Makefile | 4 ++-- make-planet-archive.sh | 2 +- scribblings/cs019.scrbl | 2 +- scribblings/manual.scrbl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c4da3d9..f1510a8 100644 --- a/Makefile +++ b/Makefile @@ -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 . diff --git a/make-planet-archive.sh b/make-planet-archive.sh index acbaa78..dd988dc 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=10 +MINOR=11 PROJNAME=whalesong diff --git a/scribblings/cs019.scrbl b/scribblings/cs019.scrbl index cbec4d6..c704de2 100644 --- a/scribblings/cs019.scrbl +++ b/scribblings/cs019.scrbl @@ -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, diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 834b229..c4507a9 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -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,