diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-12 10:33:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-12 10:33:40 -0700 |
commit | 740a8fc2249cf7d8b39ab50a25bbf86554158ae7 (patch) | |
tree | 4237f4b5434486236974b6e338d553edf3d8d379 /GIT-VERSION-GEN | |
parent | 8702fee6171abb2e353499fa0cecba90ad5f277f (diff) | |
download | git-740a8fc2249cf7d8b39ab50a25bbf86554158ae7.tar.gz |
Git 1.7.6.3v1.7.6.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 3b15c1779d..b74b21f7dd 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6.2 +DEF_VER=v1.7.6.3 LF=' ' |