diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2010-09-14 23:42:37 +0200 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2010-09-14 23:42:37 +0200 |
commit | 00e9de72c8f9b7c048bb56a59be9567d69dc1e01 (patch) | |
tree | eb13edc67f54d1fc650f2fc863dc380bbf7a530c /GIT-VERSION-GEN | |
parent | git-gui: avoid mis-encoding the copyright message on Windows. (diff) | |
download | git-00e9de72c8f9b7c048bb56a59be9567d69dc1e01.tar.xz git-00e9de72c8f9b7c048bb56a59be9567d69dc1e01.zip |
git-gui 0.13gitgui-0.13.0
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to '')
-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 b3f937eace..1fb4d9b4b7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.12.GITGUI +DEF_VER=0.13.GITGUI LF=' ' |