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 | |
parent | cd16a6c9298778265a044e5f9a39b006277b32f2 (diff) | |
download | git-41188dd1a837df08a959b63a2f56357971fa4549.tar.gz git-41188dd1a837df08a959b63a2f56357971fa4549.tar.xz |
git-gui 0.9.0gitgui-0.9.0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-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 9770b0bc2..cfe46a857 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=' ' |