diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-11-21 02:10:03 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-11-21 02:10:03 -0500 |
commit | 41188dd1a837df08a959b63a2f56357971fa4549 (patch) | |
tree | 3aea4f70d80ffd546d0e9e3999a6675066c88995 /GIT-VERSION-GEN | |
parent | git-gui: Bind Meta-T for "Stage To Commit" menu action (diff) | |
download | tgif-41188dd1a837df08a959b63a2f56357971fa4549.tar.xz |
git-gui 0.9.0
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 9770b0bc27..cfe46a857e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.8.GITGUI +DEF_VER=0.9.GITGUI LF=' ' |