diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-08-10 00:02:08 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-08-10 00:02:08 -0700 |
commit | 1c1fe1005c9dacc05a34eb892ae20ebb1904a33b (patch) | |
tree | c993789618d5d9d2993d8e2a15bb95c2d8a93c27 | |
parent | 9534c9fb31dfe4c5c367042c97a160c42b1eefdf (diff) | |
download | git-1c1fe1005c9dacc05a34eb892ae20ebb1904a33b.tar.gz |
git-gui 0.11gitgui-0.11.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 0ab478ef90..4e709ebe77 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.10.GITGUI +DEF_VER=0.11.GITGUI LF=' ' |