diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-15 12:34:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-15 12:34:48 -0700 |
commit | 12644fa99fd16c33379c885670be0963cec07fc1 (patch) | |
tree | dcc24e83797accfe0f781011af4c318f7c855743 /git-gui/GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
parent | git-gui 0.13 (diff) | |
download | tgif-12644fa99fd16c33379c885670be0963cec07fc1.tar.xz |
Merge git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui:
git-gui 0.13
git-gui: avoid mis-encoding the copyright message on Windows.
git-gui: Update Swedish translation (521t).
git-gui: ensure correct application termination in git-gui--askpass
git-gui: handle textconv filter on Windows and in development
git-gui: use shell to launch textconv filter in "blame"
git-gui: display error launching blame as a message box.
git-gui: Make usage statement visible on Windows.
Diffstat (limited to 'git-gui/GIT-VERSION-GEN')
-rwxr-xr-x | git-gui/GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/GIT-VERSION-GEN b/git-gui/GIT-VERSION-GEN index b3f937eace..1fb4d9b4b7 100755 --- a/git-gui/GIT-VERSION-GEN +++ b/git-gui/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=0.12.GITGUI +DEF_VER=0.13.GITGUI LF=' ' |