Change pattern for setting VERSION and RELEASE to allow them to be overriden.

This commit is contained in:
Michael L. Young
2021-11-08 08:48:15 -05:00
parent df1dd94655
commit d6909080fc

View File

@@ -1,7 +1,7 @@
.PHONY: all
VERSION := 4.2.0
RELEASE := 1
VERSION ?= 4.2.0
RELEASE ?= 1
ifndef SRC
SRC := main