diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-10 13:44:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-10 13:44:11 -0800 |
commit | 4133fd25525022f99d2c7ba339618433bdd919fe (patch) | |
tree | b569c9f287e8b845a5c0084c1e3052e8562367a9 /GIT-VERSION-GEN | |
parent | Merge branch 'maint-1.6.5' into maint (diff) | |
download | tgif-4133fd25525022f99d2c7ba339618433bdd919fe.tar.xz |
Git 1.6.6.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 4e0adcade9..081be51a9e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6.1 +DEF_VER=v1.6.6.2 LF=' ' |