adding a primary-file annotation

This commit is contained in:
Danny Yoo 2012-01-19 16:43:13 -05:00
parent 7921f7a006
commit b148140d20

View File

@ -4,6 +4,7 @@
(define blurb '("A Racket to JavaScript compiler"))
(define release-notes '((p "Bug fix: corrected issue 73 and 74. (https://github.com/dyoo/whalesong/issues/73). Some micro-optimizations to improve speed of struct construction.")))
(define version "1.14")
(define primary-file "make-launcher.rkt")
(define categories '(devtools))
(define repositories '("4.x"))
(define required-core-version "5.1.1")