From 0fe746e42512149a9b55ebb4c7837e97b330625b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 25 Oct 2007 21:27:25 +0200 Subject: [PATCH] use git to compute version number or devel if no git --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index f4a8d789c..7ce645efc 100644 --- a/config.mk +++ b/config.mk @@ -1,9 +1,9 @@ # awesome version -VERSION = devel +VERSION = $(shell git describe 2>/dev/null || echo devel) # Customize below to fit your system -# additional layouts beside floating +# additional layouts LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c # paths