diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-16 00:05:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-16 00:05:12 -0800 |
commit | 080cbc1275ac09445136ba429d90b5ec85e92c1c (patch) | |
tree | c0c6f1f2c5cb669f9d5725128be30203797774d8 /GIT-VERSION-GEN | |
parent | c6b53c8684966b3e22d0f26dc981a8b4a0b03ce7 (diff) | |
download | git-080cbc1275ac09445136ba429d90b5ec85e92c1c.tar.gz |
Git 1.6.5.3v1.6.5.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 09cb354ca0..b0b295d2f0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.5.2 +DEF_VER=v1.6.5.3 LF=' ' |