bumping to 18
This commit is contained in:
parent
9ff59deb1c
commit
4f5b47500a
4
Makefile
4
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 .
|
||||
|
|
|
@ -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"
|
||||
'())
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
MAJOR=1
|
||||
MINOR=17
|
||||
MINOR=18
|
||||
PROJNAME=whalesong
|
||||
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user