diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-20 23:44:55 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-20 23:44:55 -0800 |
commit | eaf6459e4d482af51429f9464125621b805eb5fd (patch) | |
tree | c3250e17b6ef02207b4e64f1379ede18ac6228b4 /GIT-VERSION-GEN | |
parent | 9b088c4e394df84232cfd37aea78349a495b09c1 (diff) | |
download | git-eaf6459e4d482af51429f9464125621b805eb5fd.tar.gz |
GIT v1.5.0-rc2v1.5.0-rc2
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 8502e4c5b2..e0adc340d3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.0-rc1.GIT +DEF_VER=v1.5.0-rc2.GIT LF=' ' |