diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-29 16:23:05 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-29 16:23:05 -0400 |
commit | 72e6802266968038643b5ad0fcece8bba8048b11 (patch) | |
tree | d6b4dc718b1233da56f4db6d6a5a87a4a46b81f1 | |
parent | 3d578d376b3d125dc1f54e6e0d1b55bea716eb53 (diff) | |
download | aerc-72e6802266968038643b5ad0fcece8bba8048b11.tar.gz |
Change how VERSION is set in Makefile
-rw-r--r-- | Makefile | 2 |
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 |