Allow overriding VERSION from environment
Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.
This commit is contained in:
Use ?= instead of := when setting VERSION in the Makefile. This lets pass VERSION without needing to modify the file during build.