diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-05-28 17:50:22 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-05-28 17:50:22 -0400 |
commit | 994a794288d73ee9151481805c2ea98f448cf3e0 (patch) | |
tree | 5d0b72d93669502011a5f685be69c7b3ca059f69 /GIT-VERSION-GEN | |
parent | git-gui: Guess our share/git-gui/lib path at runtime if possible (diff) | |
download | tgif-994a794288d73ee9151481805c2ea98f448cf3e0.tar.xz |
git gui 0.8.0
Open the git-gui 0.8.0 development branch.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 25647c8060..638de99e9e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.7.GITGUI +DEF_VER=0.8.GITGUI LF=' ' |