diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-09 16:21:36 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-09 16:21:36 -0800 |
commit | 80d93611c55fec171e0d9aba98db079952f9d7aa (patch) | |
tree | edd522eeab36d457cc3494036e95efa29587a32c /GIT-VERSION-GEN | |
parent | 529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19 (diff) | |
download | git-80d93611c55fec171e0d9aba98db079952f9d7aa.tar.gz |
Git 1.6.6-rc2v1.6.6-rc2
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 10a38ba67a..4e1806b1dc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6-rc1.GIT +DEF_VER=v1.6.6-rc2.GIT LF=' ' |