From e4feff1b5aa947b87817f80d17c2e0f9ff997f9b Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 18 Apr 2012 14:53:20 -0400 Subject: [PATCH] 16 to 17 --- Makefile | 4 ++-- info.rkt | 2 +- make-planet-archive.sh | 2 +- scribblings/manual.scrbl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fc059ee..107e178 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ cs019-doc: setup: - raco setup --no-docs -P dyoo whalesong.plt 1 16 + raco setup --no-docs -P dyoo whalesong.plt 1 17 planet-link: - raco planet link dyoo whalesong.plt 1 16 . + raco planet link dyoo whalesong.plt 1 17 . diff --git a/info.rkt b/info.rkt index 217c40d..d4b4c90 100644 --- a/info.rkt +++ b/info.rkt @@ -3,7 +3,7 @@ (define name "Whalesong") (define blurb '("A Racket to JavaScript compiler")) (define release-notes '((p "The JavaScript FFI includes js-function->procedure and js-async-function->procedure to lift JavaScript functions to Racket. New world event types can be introduced with make-world-event-handler."))) -(define version "1.16") +(define version "1.17") (define primary-file "make-launcher.rkt") (define categories '(devtools)) (define repositories '("4.x")) diff --git a/make-planet-archive.sh b/make-planet-archive.sh index 678c658..e624455 100755 --- a/make-planet-archive.sh +++ b/make-planet-archive.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR=1 -MINOR=16 +MINOR=17 PROJNAME=whalesong diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 59fb6d5..172aa32 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -259,7 +259,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:16/make-launcher)) +(require (planet dyoo/whalesong:1:17/make-launcher)) }| This may take a few minutes, as Racket is compiling Whalesong, its dependencies, and its documentation. When it finally finishes,