diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:49:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:49:19 -0800 |
commit | 6e97ef31ce20ff93a4cc0e3c6ab5171fd6dda5f3 (patch) | |
tree | 936772cfc8c9888568bdf5737e304e142df853b9 /GIT-VERSION-GEN | |
parent | 9d9f5e72dc5959750498acc81b3e2c8ca76ad499 (diff) | |
download | git-6e97ef31ce20ff93a4cc0e3c6ab5171fd6dda5f3.tar.gz |
Git 1.7.3.5v1.7.3.5
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 d40b287e5a..d810ec2880 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3.4 +DEF_VER=v1.7.3.5 LF=' ' |