diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-23 11:58:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-23 12:23:11 -0800 |
commit | 902f235378cb2b2f6dd5dd664b9630c95321f0ae (patch) | |
tree | 17373b26303377abfca4417bc8aef28b6fc812dd /GIT-VERSION-GEN | |
parent | b7f44fdf27c1f5dfee099c504a55b62674e7567b (diff) | |
download | git-902f235378cb2b2f6dd5dd664b9630c95321f0ae.tar.gz |
Git 1.6.6v1.6.6
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 22f2461636..1628d986fe 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6-rc4.GIT +DEF_VER=v1.6.6 LF=' ' |