diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-07 14:31:21 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-07 14:31:46 -0800 |
commit | 5c553ea2de0e21cb843eaf49b1820f9e395c76a3 (patch) | |
tree | 797576e90749ca26ccca329b9278fbd2d1278c5b /GIT-VERSION-GEN | |
parent | 81f915e7f1e274f13499c9713929fd20fa59e3a3 (diff) | |
download | git-5c553ea2de0e21cb843eaf49b1820f9e395c76a3.tar.gz |
GIT v1.5.0-rc4v1.5.0-rc4
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 8f266d0859..7a10b6097f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.0-rc3.GIT +DEF_VER=v1.5.0-rc4.GIT LF=' ' |