place version on top
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
6a591d3e06
commit
068a7d272b
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,8 @@
|
|||
#
|
||||
#
|
||||
|
||||
__cdist_version="1.0.3"
|
||||
|
||||
# Fail if something bogus is going on
|
||||
set -u
|
||||
|
||||
|
@ -31,8 +33,6 @@ __cdist_abs_mydir="$(cd "$__cdist_mydir" && pwd -P)"
|
|||
__cdist_myname=${0##*/};
|
||||
__cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname"
|
||||
|
||||
__cdist_version="1.0.3"
|
||||
|
||||
################################################################################
|
||||
# Names / Constants
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue