aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-29 16:23:05 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-29 16:23:05 -0400
commit72e6802266968038643b5ad0fcece8bba8048b11 (patch)
treed6b4dc718b1233da56f4db6d6a5a87a4a46b81f1
parent3d578d376b3d125dc1f54e6e0d1b55bea716eb53 (diff)
Change how VERSION is set in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a78ef1c..48c8f44 100644
--- a/Makefile
+++ b/Makefile
@@ -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