bumping version number from 19 to 20

This commit is contained in:
Danny Yoo 2012-12-03 13:43:40 -07:00
parent ca4a358280
commit 579d977df8
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
(define name "Whalesong") (define name "Whalesong")
(define blurb '("A Racket to JavaScript compiler")) (define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "Preliminary support for Racket 5.3."))) (define release-notes '((p "Preliminary support for Racket 5.3.1")))
(define version "1.19") (define version "1.20")
(define primary-file "make-launcher.rkt") (define primary-file "make-launcher.rkt")
(define categories '(devtools)) (define categories '(devtools))
(define repositories '("4.x")) (define repositories '("4.x"))

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
MAJOR=1 MAJOR=1
MINOR=19 MINOR=20
PROJNAME=whalesong PROJNAME=whalesong

View File

@ -259,7 +259,7 @@ If you want to use Whalesong, 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:19/make-launcher)) (require (planet dyoo/whalesong:1:20/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