Makefile: use short git tag; bump to v21.

This commit is contained in:
Juan RP 2013-08-23 11:14:18 +02:00
parent d36f33b76c
commit 3061aa72cd

View File

@ -1,5 +1,5 @@
GITVER := $(shell git rev-parse HEAD)
VERSION = 0.20
GITVER := $(shell git rev-parse --short HEAD)
VERSION = 0.21
PREFIX ?= /usr/local
SBINDIR ?= $(PREFIX)/sbin
SHAREDIR ?= $(PREFIX)/share