From: Richard Hartmann Date: Fri, 20 Sep 2013 15:31:15 +0000 (+0200) Subject: vcsh: Add ".git-HEAD" to version number X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/6cfdf9d7b757f247a38c3b3513fb7956e6931b45?ds=inline vcsh: Add ".git-HEAD" to version number This should make reporting bugs easier/more reliable. --- diff --git a/vcsh b/vcsh index d6ee234..da71ab8 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130909' +VERSION='1.20130909.git-HEAD' fatal() { echo "$SELF: fatal: $1" >&2