diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-03 22:42:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-03 22:47:48 -0700 |
commit | 6c7f58d6f691c1091b90b0891e94c91e20fd6054 (patch) | |
tree | 700cf0a9cfc843ba3f729e9bc26f0d378e2ee048 /GIT-VERSION-GEN | |
parent | 84201eae771fbb1d774cf1356d89016053e56778 (diff) | |
download | git-6c7f58d6f691c1091b90b0891e94c91e20fd6054.tar.gz |
GIT 1.6.3.2v1.6.3.2
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 d292e3a2d3..0673f0db9f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.3.1 +DEF_VER=v1.6.3.2 LF=' ' |