diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-26 18:39:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-26 22:48:03 -0800 |
commit | bf5aeb150681ed743d317702eaf123c34b05c311 (patch) | |
tree | 91d95e68b8a43af7bf5b3d48534c040ae20b8612 /GIT-VERSION-GEN | |
parent | pull --rebase: be cleverer with rebased upstream branches (diff) | |
download | tgif-bf5aeb150681ed743d317702eaf123c34b05c311.tar.xz |
GIT 1.5.4-rc5
Hopefully the last rc before the final...
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 2ba142a11e..e0842c462c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4-rc3.GIT +DEF_VER=v1.5.4-rc5.GIT LF=' ' |