diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-02 19:42:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-02 20:13:25 +0200 |
commit | 6c41b80153a2e4ee347d0e968ee8d0d9abfc8862 (patch) | |
tree | 97409de94a6ddfc499027e31e0285fa94fa96737 /GIT-VERSION-GEN | |
parent | Merge branch 'js/filter-branch' (diff) | |
download | git-6c41b80153a2e4ee347d0e968ee8d0d9abfc8862.tar.xz git-6c41b80153a2e4ee347d0e968ee8d0d9abfc8862.zip |
GIT 1.5.5-rc3v1.5.5-rc3
The rate of fixes that trickle in has slowed and we are definitely
getting there. Hopefully one final round and we will have the final
1.5.5 soon.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 7529af9315..565cb41c10 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.5-rc2.GIT +DEF_VER=v1.5.5-rc3.GIT LF=' ' |