diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-06 01:07:04 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-06 01:07:04 -0700 |
commit | 9159afbfce955db86373dab95b5f8e31fb763dae (patch) | |
tree | 10e316d2fe84a19de61878c68171094f6dfeb022 /GIT-VERSION-GEN | |
parent | 125a5f1c2a93f217e92dd88210c2cb503032c02f (diff) | |
download | git-9159afbfce955db86373dab95b5f8e31fb763dae.tar.gz |
GIT v1.5.2-rc2v1.5.2-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 0a6ea68dec..f6adb91ed2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.2-rc1.GIT +DEF_VER=v1.5.2-rc2.GIT LF=' ' |