bumping version number from 19 to 20
This commit is contained in:
parent
ca4a358280
commit
579d977df8
4
info.rkt
4
info.rkt
|
@ -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"))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
MAJOR=1
|
MAJOR=1
|
||||||
MINOR=19
|
MINOR=20
|
||||||
PROJNAME=whalesong
|
PROJNAME=whalesong
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user