bumping up to v13

This commit is contained in:
Danny Yoo 2012-01-10 10:32:06 -05:00
parent 51c71427fe
commit 03e4549587
5 changed files with 7 additions and 7 deletions

View File

@ -45,8 +45,8 @@ cs019-doc:
setup:
raco setup --no-docs -P dyoo whalesong.plt 1 12
raco setup --no-docs -P dyoo whalesong.plt 1 13
planet-link:
raco planet link dyoo whalesong.plt 1 12 .
raco planet link dyoo whalesong.plt 1 13 .

View File

@ -2,8 +2,8 @@
(define name "Whalesong")
(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 version "1.12")
(define release-notes '((p "Intermediate release to support the upcoming Racket 5.2.1.")))
(define version "1.13")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")

View File

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

View File

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

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.107")
(define version "1.108")