From 9caec4b35118719876c9606e141bbc83c4832469 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 8 Nov 2011 21:40:23 -0500 Subject: [PATCH] labeling things for the 1.6 release --- Makefile | 4 ++-- scribblings/manual.scrbl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f5ef195..e131814 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ cs019-doc: setup: - raco setup --no-docs -P dyoo whalesong.plt 1 5 + raco setup --no-docs -P dyoo whalesong.plt 1 6 planet-link: - raco planet link dyoo whalesong.plt 1 5 . \ No newline at end of file + raco planet link dyoo whalesong.plt 1 6 . \ No newline at end of file diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 1b8dfef..b4aed56 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -195,7 +195,7 @@ If you want to use Whalesong off of PLaneT, run the following to create the @filepath{whalesong} launcher: @codeblock|{ #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 dependencies, and its documentation. When it finally finishes,