use git to compute version number or devel if no git

This commit is contained in:
Julien Danjou 2007-10-25 21:27:25 +02:00
parent 4db1146f6c
commit 0fe746e425
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# awesome version # awesome version
VERSION = devel VERSION = $(shell git describe 2>/dev/null || echo devel)
# Customize below to fit your system # Customize below to fit your system
# additional layouts beside floating # additional layouts
LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c
# paths # paths