Skip to content

Commit

Permalink
bumping to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Yoo committed May 4, 2012
1 parent 9ff59de commit 4f5b475
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
4 changes: 4 additions & 0 deletions make-launcher.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
'())
2 changes: 1 addition & 1 deletion make-planet-archive.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
MAJOR=1
MINOR=17
MINOR=18
PROJNAME=whalesong


Expand Down
2 changes: 1 addition & 1 deletion scribblings/manual.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f5b475

Please sign in to comment.