turning off bump-version from part of the regular build
This commit is contained in:
parent
2a93508d41
commit
20e684dc62
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# test-analyzer:
|
||||
# raco make -v --disable-inline test-analyzer.rkt
|
||||
# racket test-analyzer.rkt
|
||||
all: bump-version planet-link launcher setup
|
||||
all: planet-link launcher setup
|
||||
|
||||
|
||||
bump-version:
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
|
||||
(provide version)
|
||||
(: version String)
|
||||
(define version "1.38")
|
||||
(define version "1.39")
|
||||
|
|
Loading…
Reference in New Issue
Block a user