diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-07 11:07:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-07 11:07:51 -0800 |
commit | 97222d9634b5518cd3d328aa86b52746a16334a7 (patch) | |
tree | a2b54d5cfa47d4a99411ca7843cd6a16dfd30a12 /GIT-VERSION-GEN | |
parent | unset GREP_OPTIONS in test-lib.sh (diff) | |
download | tgif-97222d9634b5518cd3d328aa86b52746a16334a7.tar.xz |
Git 1.7.0.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 7f894fdd46..d968ff0fcd 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.1 +DEF_VER=v1.7.0.2 LF=' ' |