make version dynamic from git

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 30730a3ccc
commit a7ab994bc8
  1. 2
      bin/cdist-config

@ -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

Loading…
Cancel
Save