From 6a591d3e06a424c20fa5975fe0b4e98bdd61e597 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 11 Mar 2011 19:17:31 +0100 Subject: [PATCH] update version to be indpendent of git tree Otherwise versions will include changes by users, which will not be helpful for development. Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 +- doc/changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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