From 72e6802266968038643b5ad0fcece8bba8048b11 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 29 Jul 2019 16:23:05 -0400 Subject: Change how VERSION is set in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3