From 6cfdf9d7b757f247a38c3b3513fb7956e6931b45 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Fri, 20 Sep 2013 17:31:15 +0200
Subject: [PATCH] vcsh: Add ".git-HEAD" to version number

This should make reporting bugs easier/more reliable.
---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab