make version dynamic from git

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-03 20:24:25 +01:00
parent 30730a3ccc
commit a7ab994bc8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# Fail if something bogus is going on and export all variables
set -u
__cdist_version="1.0.0"
__cdist_version="$(git describe)"
################################################################################
# cconf standard vars prefixed with cdist