diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2015-04-18 12:15:32 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2015-04-18 12:15:32 +0100 |
commit | 4498b3a50a0e839788682f672df267cbc1ba9292 (patch) | |
tree | afca170c2eda157ad86811f252f499cc448059b6 | |
parent | 5a5c11f19d11cb2b86cd0adf8e7e53ba28ae75ea (diff) | |
download | git-4498b3a50a0e839788682f672df267cbc1ba9292.tar.gz |
git-gui: set version 0.20gitgui-0.20.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 a9ea21826a..a88b6824b9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.19.GITGUI +DEF_VER=0.20.GITGUI LF=' ' |