diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-26 18:16:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-26 18:16:52 -0800 |
commit | bbff2dce2baf840cca6ddfd79be3c27f93322f47 (patch) | |
tree | b818774bb06c9001e7f32c9fae9743e667b3946f /GIT-VERSION-GEN | |
parent | 49e6be571ecbcc3884bdd2262d974ec9ac051c49 (diff) | |
download | git-bbff2dce2baf840cca6ddfd79be3c27f93322f47.tar.gz |
GIT 1.5.4-rc2v1.5.4-rc2
Although everybody was quiet during the Christmas holiday, it's been
a week since -rc1, so here is -rc2.
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 ad7e056620..817df1798c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4-rc1.GIT +DEF_VER=v1.5.4-rc2.GIT LF=' ' |