From: Shawn O. Pearce Date: Mon, 12 Feb 2007 22:45:21 +0000 (-0500) Subject: git-gui: Change base version to 0.6. X-Git-Tag: gitgui-0.6.0^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb;p=git.git git-gui: Change base version to 0.6. This is the start of the 0.6 series of git-gui. I'm calling it 0.6 (rather than any other value) as I already had a private tag on one system based on 0.5, and that tag is quite a bit behind this version. Signed-off-by: Shawn O. Pearce --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 9fc80a656..8fac8cb41 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.5.GIT +DEF_VER=0.6.GITGUI LF=' '