diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-28 11:49:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-28 12:03:24 -0800 |
commit | f3f778df6900881a7bac409c927931c32b82bcb5 (patch) | |
tree | 042ebd8f98d3ffedeb26241e0940b105f2a41478 /GIT-VERSION-GEN | |
parent | 9a8e485430492a1377885071c94983c2da547174 (diff) | |
download | git-f3f778df6900881a7bac409c927931c32b82bcb5.tar.gz |
Git 1.7.8.2v1.7.8.2
Contains accumulated fixes since 1.7.8 that have been merged to the
'master' branch in preparation for the 1.7.9 release.
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 a04c8f32b7..36ae50b8f9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8 +DEF_VER=v1.7.8.2 LF=' ' |