diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-25 18:14:12 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-25 18:39:54 -0800 |
commit | d5e86da89155b462c30a59bc724037fb111d3894 (patch) | |
tree | bf6ae5d42764eabec165079d3d0359cbf0b80fc0 /GIT-VERSION-GEN | |
parent | d2bafe5c320c1204b264dc25392a3fc35ed57153 (diff) | |
download | git-d5e86da89155b462c30a59bc724037fb111d3894.tar.gz |
GIT v1.5.0 previewv1.5.0-rc0
This is not yet -rc1 where all new topics closes, but I think it
is getting pretty closer. I'd still want to merge updates to
fsck/prune to honor reflog entries before -rc1.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 eca1ff2175..21ff949ea2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.4.GIT +DEF_VER=v1.4.5-rc0.GIT LF=' ' |