diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:19:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:19:11 -0800 |
commit | 88fcc52e4468d5dfef4f50d2bdee4b168a855368 (patch) | |
tree | bb8c54a0b11f51a4fa9bd3c92fd312aaa8361d22 /GIT-VERSION-GEN | |
parent | gitweb: Introduce esc_attr to escape attributes of HTML elements (diff) | |
download | tgif-88fcc52e4468d5dfef4f50d2bdee4b168a855368.tar.xz |
Git 1.6.4.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-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 68b95733c7..d453662e5a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.4.4 +DEF_VER=v1.6.4.5 LF=' ' |