X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=version.sh;h=f3e6268ca344e263b669b089364e230e471c1124;hp=4f6f8619502917ca8b4cd02b022cf49025272f08;hb=70907c3fc4b344d00ce900e6a536e9cc16a35216;hpb=3c49b3fa6e6038fd226253e71cb082e09b4ff7a5 diff --git a/version.sh b/version.sh index 4f6f861..f3e6268 100755 --- a/version.sh +++ b/version.sh @@ -23,11 +23,11 @@ if head=$(git rev-parse --short=8 --verify HEAD 2>/dev/null); then # Use the git commit revision for the package version, and add # a date prefix for easy comparisons. date=$(git log --pretty=format:"%ct" -1 HEAD) - version=$(printf "%($datefmt)T-g%s%s" ${date} ${head} ${suffix}) + version=$(printf "%($datefmt)T.g%s%s" ${date} ${head} ${suffix}) fi else # Default to current date and time. - version="$(date +dev-$datefmt)" + version="$(date +dev.$datefmt)" fi echo $version