diff options
author | 2014-01-18 17:29:34 +0000 | |
---|---|---|
committer | 2014-01-18 17:29:34 +0000 | |
commit | 1b2c79e63e5afa3cecb3ab4a40cb414dbe6511ce (patch) | |
tree | 6703929baccdee49d12d8c2fdab7b5457ada6a4b | |
parent | git-gui: chmod +x po2msg, windows/git-gui.sh (diff) | |
download | tgif-1b2c79e63e5afa3cecb3ab4a40cb414dbe6511ce.tar.xz |
git-gui 0.19
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-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 0a1f8d4f8a..a9ea21826a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.18.GITGUI +DEF_VER=0.19.GITGUI LF=' ' |