diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-19 17:21:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-19 17:24:04 -0800 |
commit | 74f6b03c5c8fceef416de9f9a18e5d64712b6d96 (patch) | |
tree | c48d804918032468a24f1693541b868371768b02 /GIT-VERSION-GEN | |
parent | dbedf9729bd349c7667630d50728214ed531f74d (diff) | |
download | git-74f6b03c5c8fceef416de9f9a18e5d64712b6d96.tar.gz |
GIT 1.5.4-rc1v1.5.4-rc1
It's been a week since -rc0, and we have quite a lot of fixes,
so here it is.
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 eaf5abf1a7..ad7e056620 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4-rc0.GIT +DEF_VER=v1.5.4-rc1.GIT LF=' ' |