diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:47:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:47:40 -0800 |
commit | fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04 (patch) | |
tree | fea66ae5bc2dd9d46dd00fa5c2bc7f31e19d6eab /GIT-VERSION-GEN | |
parent | Prepare for 1.7.3.4 (diff) | |
parent | Git 1.7.2.5 (diff) | |
download | tgif-fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04.tar.xz |
Git 1.7.3.4
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 702306acd2..d40b287e5a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3.3 +DEF_VER=v1.7.3.4 LF=' ' |