Change how VERSION is set in Makefile

This commit is contained in:
Drew DeVault 2019-07-29 16:23:05 -04:00
parent 3d578d376b
commit 72e6802266
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
.SUFFIXES:
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
VERSION?=0.1.1
VERSION=0.1.1
VPATH=doc
PREFIX?=/usr/local