bumping up the version in the docs to 1.5

This commit is contained in:
Danny Yoo 2011-11-07 23:52:38 -05:00
parent 7bb2a7b205
commit c814cd80d6
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ Run the following to create the @filepath{whalesong} launcher program in
your current directory.
@codeblock|{
#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
dependencies, and its documentation. When it finally finishes,

View File

@ -195,7 +195,7 @@ If you want to use Whalesong off of PLaneT, run the following to create
the @filepath{whalesong} launcher:
@codeblock|{
#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
dependencies, and its documentation. When it finally finishes,

View File

@ -6,4 +6,4 @@
(provide version)
(: version String)
(define version "1.65")
(define version "1.66")