about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d352fbe..5438190 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
 .SUFFIXES:
 .SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
 
-override undefine VERSION # don't allow local overrides, we want our version
 _git_version=$(shell git describe --long --tags --dirty 2>/dev/null | sed 's/-/.r/;s/-/./')
 ifeq ($(strip $(_git_version)),)
 VERSION=0.6.0