let git generate version string

This commit is contained in:
Sascha Kruse 2012-08-16 22:18:58 +02:00
parent e67b9cf092
commit 31d4c1e5a4

View File

@ -2,7 +2,7 @@
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
VERSION="pre-0.4.0"
VERSION= $(shell git describe)
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib