use git to compute version number or devel if no git
This commit is contained in:
parent
4db1146f6c
commit
0fe746e425
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue