From: Ian Jackson Date: Sat, 21 Sep 2019 11:42:59 +0000 (+0100) Subject: Makefile.in: VERSION: Use =, not := X-Git-Tag: v0.5.0~172 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=edc9e30289f3b82c6e7ac6c0cd5c84917bf02924 Makefile.in: VERSION: Use =, not := This has no effect on make since this variable doesn't contain other variable references. But it makes the line directly c&p-able into a shell. Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index c7f437b..4ef89ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.4.5 +VERSION=0.4.5 @SET_MAKE@