diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-28 11:41:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-28 11:41:24 -0800 |
commit | c5e5f6030573b5433284b4e6b4342ab7204f20e1 (patch) | |
tree | 80a9f89cd7fa2f629a5354bfa20c3480182cef40 /GIT-VERSION-GEN | |
parent | c0d3a38293530c1e2ff873553fabe6dc4694aaaf (diff) | |
download | git-c5e5f6030573b5433284b4e6b4342ab7204f20e1.tar.gz |
Git 1.7.0.1v1.7.0.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 a668143d7a..7f894fdd46 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.GIT +DEF_VER=v1.7.0.1 LF=' ' |