diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-12-17 20:15:17 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-12-17 20:15:17 -0800 |
commit | e612120d232a5ef04dcf22fc92741565ebb4d0c8 (patch) | |
tree | 00224aa1d8c3bb5cf7ca28da66915232db017f2b /GIT-VERSION-GEN | |
parent | git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL (diff) | |
download | tgif-e612120d232a5ef04dcf22fc92741565ebb4d0c8.tar.xz |
git-gui 0.12
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 4e709ebe77..b3f937eace 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.11.GITGUI +DEF_VER=0.12.GITGUI LF=' ' |