Makefile.in: VERSION: Use =, not :=
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 11:42:59 +0000 (12:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Sep 2019 11:44:11 +0000 (12:44 +0100)
commitedc9e30289f3b82c6e7ac6c0cd5c84917bf02924
tree2e3434b7b721c05022841957b88038f67ed8c7e7
parentb3626b7a0137bb2bcc1cac8e80de9057d6e6fbf4
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 <ijackson@chiark.greenend.org.uk>
Makefile.in