diff --git a/bin/cdist-config b/bin/cdist-config index ce07fde8..c1498f58 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -31,7 +31,7 @@ __cdist_abs_mydir="$(cd "$__cdist_mydir" && pwd -P)" __cdist_myname=${0##*/}; __cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname" -: ${__cdist_version:="$(cd "$__cdist_abs_mydir/.." && git describe)"} +__cdist_version="1.0.3" ################################################################################ # Names / Constants diff --git a/doc/changelog b/doc/changelog index 4bca6d9c..d5c5f882 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,7 +1,7 @@ -1.0.3: upcoming +1.0.3: 2011-03-11 * Update regexp used for sane characters * Allow types without parameters - * Allow type to be singleton (DOCUMENTATION MISSING) + * Allow type to be singleton * Type __file learned --type symlink 1.0.2: 2011-03-09