diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-08-24 12:16:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-24 12:16:58 -0700 |
commit | ccef6048cd697063967e5e02937911fd8125b364 (patch) | |
tree | a2674d3a77e16abc3a422517b0cd08d4b66c2414 /GIT-VERSION-GEN | |
parent | c43a1bede3319ee95c21e753ed53d907041f5cee (diff) | |
download | git-ccef6048cd697063967e5e02937911fd8125b364.tar.gz |
Git 1.7.6.1v1.7.6.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 f04e4b138d..01bcb38e57 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6 +DEF_VER=v1.7.6.1 LF=' ' |