diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-03 00:12:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-03 00:12:31 -0700 |
commit | d83a831bf4eca748f159b326d5a2562085013900 (patch) | |
tree | 7706d6672a65a3ffcf73b299eba11c98ee5617fa /GIT-VERSION-GEN | |
parent | Doc: mention --delta-base-offset is the default for Porcelain commands (diff) | |
download | tgif-d83a831bf4eca748f159b326d5a2562085013900.tar.xz |
Git 1.7.4.3
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 0b4e960d98..cbd6e34644 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.4.2 +DEF_VER=v1.7.4.3 LF=' ' |