diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-02 10:42:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-02 11:13:25 -0700 |
commit | 6c41b80153a2e4ee347d0e968ee8d0d9abfc8862 (patch) | |
tree | 97409de94a6ddfc499027e31e0285fa94fa96737 /GIT-VERSION-GEN | |
parent | eedb9d9eabda4d6a91f2271b8694763d018b0f89 (diff) | |
download | git-6c41b80153a2e4ee347d0e968ee8d0d9abfc8862.tar.gz |
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 '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 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=' ' |