diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-07-27 14:07:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-27 14:09:11 -0700 |
commit | 593ce2bea5dad436e87b5dd37c205961d73feae9 (patch) | |
tree | 7313283abacd95d133c75763b1b2556eb8622389 /GIT-VERSION-GEN | |
parent | 79bf149061fa29482512d903192a0d929e82872b (diff) | |
download | git-593ce2bea5dad436e87b5dd37c205961d73feae9.tar.gz git-593ce2bea5dad436e87b5dd37c205961d73feae9.tar.xz |
Git 1.7.0.7v1.7.0.7
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 8ccaba87b..6a3f94563 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.6 +DEF_VER=v1.7.0.7 LF=' ' |