turning off bump-version from part of the regular build

This commit is contained in:
Danny Yoo 2011-09-23 15:24:14 -04:00
parent 2a93508d41
commit 20e684dc62
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# test-analyzer: # test-analyzer:
# raco make -v --disable-inline test-analyzer.rkt # raco make -v --disable-inline test-analyzer.rkt
# racket test-analyzer.rkt # racket test-analyzer.rkt
all: bump-version planet-link launcher setup all: planet-link launcher setup
bump-version: bump-version:

View File

@ -6,4 +6,4 @@
(provide version) (provide version)
(: version String) (: version String)
(define version "1.38") (define version "1.39")