diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2014-01-18 17:29:34 +0000 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2014-01-18 17:29:34 +0000 |
commit | 1b2c79e63e5afa3cecb3ab4a40cb414dbe6511ce (patch) | |
tree | 6703929baccdee49d12d8c2fdab7b5457ada6a4b | |
parent | c64a0ad385d117c7a4a83771259e021dd196e7cb (diff) | |
download | git-1b2c79e63e5afa3cecb3ab4a40cb414dbe6511ce.tar.gz |
git-gui 0.19gitgui-0.19.0
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=' ' |