bumping up the version in the docs to 1.5
This commit is contained in:
parent
7bb2a7b205
commit
c814cd80d6
|
@ -64,7 +64,7 @@ Run the following to create the @filepath{whalesong} launcher program in
|
||||||
your current directory.
|
your current directory.
|
||||||
@codeblock|{
|
@codeblock|{
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require (planet dyoo/whalesong:1:4/make-launcher))
|
(require (planet dyoo/whalesong:1:5/make-launcher))
|
||||||
}|
|
}|
|
||||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||||
dependencies, and its documentation. When it finally finishes,
|
dependencies, and its documentation. When it finally finishes,
|
||||||
|
|
|
@ -195,7 +195,7 @@ If you want to use Whalesong off of PLaneT, run the following to create
|
||||||
the @filepath{whalesong} launcher:
|
the @filepath{whalesong} launcher:
|
||||||
@codeblock|{
|
@codeblock|{
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require (planet dyoo/whalesong:1:4/make-launcher))
|
(require (planet dyoo/whalesong:1:5/make-launcher))
|
||||||
}|
|
}|
|
||||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||||
dependencies, and its documentation. When it finally finishes,
|
dependencies, and its documentation. When it finally finishes,
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
|
|
||||||
(provide version)
|
(provide version)
|
||||||
(: version String)
|
(: version String)
|
||||||
(define version "1.65")
|
(define version "1.66")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user