bumping up the version number in development
This commit is contained in:
parent
7d6f46d50e
commit
df0d127f09
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ cs019-doc:
|
|||
|
||||
setup:
|
||||
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 18
|
||||
raco setup --no-docs -P dyoo whalesong.plt 1 19
|
||||
|
||||
|
||||
planet-link:
|
||||
raco planet link dyoo whalesong.plt 1 18 .
|
||||
raco planet link dyoo whalesong.plt 1 19 .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
MAJOR=1
|
||||
MINOR=18
|
||||
MINOR=19
|
||||
PROJNAME=whalesong
|
||||
|
||||
|
||||
|
|
|
@ -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:18/make-launcher))
|
||||
(require (planet dyoo/whalesong:1:19/make-launcher))
|
||||
}|
|
||||
|
||||
This may take a few minutes, as Racket is compiling Whalesong, its
|
||||
|
|
Loading…
Reference in New Issue
Block a user