From 4f5b47500ada1826c76e4e731d8deb5cd0b5b9f9 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 4 May 2012 16:06:38 -0400 Subject: [PATCH] bumping to 18 --- Makefile | 4 ++-- make-launcher.rkt | 4 ++++ make-planet-archive.sh | 2 +- scribblings/manual.scrbl | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 107e178..79c4fba 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ cs019-doc: setup: - raco setup --no-docs -P dyoo whalesong.plt 1 17 + raco setup --no-docs -P dyoo whalesong.plt 1 18 planet-link: - raco planet link dyoo whalesong.plt 1 17 . + raco planet link dyoo whalesong.plt 1 18 . diff --git a/make-launcher.rkt b/make-launcher.rkt index c77637b..fdd9730 100644 --- a/make-launcher.rkt +++ b/make-launcher.rkt @@ -719,7 +719,11 @@ (require racket/runtime-path) (define-runtime-path whalesong-path "whalesong.rkt") +(define-runtime-path whalesong-gui-path "whalesong-gui.rkt") (make-racket-launcher (list (path->string whalesong-path)) "whalesong" '()) +(make-racket-launcher (list (path->string whalesong-path)) + "whalesong-gui" + '()) diff --git a/make-planet-archive.sh b/make-planet-archive.sh index e624455..880da6b 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=17 +MINOR=18 PROJNAME=whalesong diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 172aa32..c6d9b02 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:17/make-launcher)) +(require (planet dyoo/whalesong:1:18/make-launcher)) }| This may take a few minutes, as Racket is compiling Whalesong, its dependencies, and its documentation. When it finally finishes,