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 | |
parent | d4d1351b96ba8b1accb9fa2965e83d7e302c4ff8 (diff) | |
download | git-e612120d232a5ef04dcf22fc92741565ebb4d0c8.tar.gz git-e612120d232a5ef04dcf22fc92741565ebb4d0c8.tar.xz |
git-gui 0.12gitgui-0.12.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 4e709ebe7..b3f937eac 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=' ' |