diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-31 15:06:21 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-31 15:41:49 -0800 |
commit | 8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a (patch) | |
tree | cf214cc95371e0aee00df7a123770f118cb94b69 /GIT-VERSION-GEN | |
parent | bfcd4ca3da81922b170d5179212e243309ec4c88 (diff) | |
download | git-8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a.tar.gz |
GIT v1.5.0-rc3v1.5.0-rc3
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 e0adc340d3..8f266d0859 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.0-rc2.GIT +DEF_VER=v1.5.0-rc3.GIT LF=' ' |