diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-04-02 02:17:11 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-04-02 02:17:11 -0400 |
commit | 3d654be48f65545c4d3e35f5d3bbed5489820930 (patch) | |
tree | 4b899bf5bb12b8b4e51f26b6db1125e69fcb7f7e | |
parent | git-gui: Add shortcut keys for Show More/Less Context (diff) | |
download | tgif-3d654be48f65545c4d3e35f5d3bbed5489820930.tar.xz |
git-gui 0.10
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 cfe46a857e..0ab478ef90 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.9.GITGUI +DEF_VER=0.10.GITGUI LF=' ' |