diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-20 12:15:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-20 12:15:02 -0800 |
commit | ab0964d951e4ea88f9ea2cbb88388c1bcd4ae911 (patch) | |
tree | c16bb7744310bbe8266f1060a19ea8342dab8f5a /GIT-VERSION-GEN | |
parent | b6b9f83ea19de3a98ca8466977aac2dc0bc03626 (diff) | |
download | git-ab0964d951e4ea88f9ea2cbb88388c1bcd4ae911.tar.gz |
Git 1.6.6-rc4v1.6.6-rc4
Hopefully the last rc before the final one.
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 039e8d427c..22f2461636 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6-rc3.GIT +DEF_VER=v1.6.6-rc4.GIT LF=' ' |