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 | git-gui: sv.po: Update Swedish translation (547t0f0u) (diff) | |
download | tgif-4498b3a50a0e839788682f672df267cbc1ba9292.tar.xz |
git-gui: set version 0.20
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=' ' |