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 <nico@kr.ethz.ch>
This commit is contained in:
parent
0dc9c7f8ff
commit
6a591d3e06
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ __cdist_abs_mydir="$(cd "$__cdist_mydir" && pwd -P)"
|
||||||
__cdist_myname=${0##*/};
|
__cdist_myname=${0##*/};
|
||||||
__cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname"
|
__cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname"
|
||||||
|
|
||||||
: ${__cdist_version:="$(cd "$__cdist_abs_mydir/.." && git describe)"}
|
__cdist_version="1.0.3"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Names / Constants
|
# Names / Constants
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
1.0.3: upcoming
|
1.0.3: 2011-03-11
|
||||||
* Update regexp used for sane characters
|
* Update regexp used for sane characters
|
||||||
* Allow types without parameters
|
* Allow types without parameters
|
||||||
* Allow type to be singleton (DOCUMENTATION MISSING)
|
* Allow type to be singleton
|
||||||
* Type __file learned --type symlink
|
* Type __file learned --type symlink
|
||||||
|
|
||||||
1.0.2: 2011-03-09
|
1.0.2: 2011-03-09
|
||||||
|
|
Loading…
Reference in a new issue