diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-23 21:48:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-23 21:48:06 -0700 |
commit | f7d958dff5e194797ef6776bcc77c1349f9f8c81 (patch) | |
tree | da4a398a128577cb7f0487fb35d7ffafd264e68d /GIT-VERSION-GEN | |
parent | RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se... (diff) | |
download | tgif-f7d958dff5e194797ef6776bcc77c1349f9f8c81.tar.xz |
Git 1.7.7.1
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 f1dc5faead..dbdb4c137f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7 +DEF_VER=v1.7.7.1 LF=' ' |