diff --git a/Makefile b/Makefile index 79c4fba..ce40ed0 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ cs019-doc: setup: - raco setup --no-docs -P dyoo whalesong.plt 1 18 + raco setup --no-docs -P dyoo whalesong.plt 1 19 planet-link: - raco planet link dyoo whalesong.plt 1 18 . + raco planet link dyoo whalesong.plt 1 19 . diff --git a/make-planet-archive.sh b/make-planet-archive.sh index 880da6b..2f7337a 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=18 +MINOR=19 PROJNAME=whalesong diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index e1739af..9b85c5e 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -259,7 +259,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:18/make-launcher)) +(require (planet dyoo/whalesong:1:19/make-launcher)) }| This may take a few minutes, as Racket is compiling Whalesong, its