bumping up to v13
This commit is contained in:
parent
51c71427fe
commit
03e4549587
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ cs019-doc:
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
raco setup --no-docs -P dyoo whalesong.plt 1 12
|
raco setup --no-docs -P dyoo whalesong.plt 1 13
|
||||||
|
|
||||||
|
|
||||||
planet-link:
|
planet-link:
|
||||||
raco planet link dyoo whalesong.plt 1 12 .
|
raco planet link dyoo whalesong.plt 1 13 .
|
||||||
|
|
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 "Improving stack traces for the web-world view functions. To improve error trapping, web-world now syntactically restricts the use of web-world handlers to an enclosing big-bang.")))
|
(define release-notes '((p "Intermediate release to support the upcoming Racket 5.2.1.")))
|
||||||
(define version "1.12")
|
(define version "1.13")
|
||||||
(define categories '(devtools))
|
(define categories '(devtools))
|
||||||
(define repositories '("4.x"))
|
(define repositories '("4.x"))
|
||||||
(define required-core-version "5.1.1")
|
(define required-core-version "5.1.1")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
MAJOR=1
|
MAJOR=1
|
||||||
MINOR=12
|
MINOR=13
|
||||||
PROJNAME=whalesong
|
PROJNAME=whalesong
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -230,7 +230,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:12/make-launcher))
|
(require (planet dyoo/whalesong:1:13/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,
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
(provide version)
|
(provide version)
|
||||||
(: version String)
|
(: version String)
|
||||||
|
|
||||||
(define version "1.107")
|
(define version "1.108")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user