diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-11 18:22:48 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-11 18:22:48 -0800 |
commit | ba70de01bb0c8a08135b63ace183bd3f4b149d9e (patch) | |
tree | c437bdf2360e4a76cfa44bf517d340e9087fcb4e /GIT-VERSION-GEN | |
parent | 94d23673e37160ee99ec1b1cd23ff3b7a79f7226 (diff) | |
download | git-ba70de01bb0c8a08135b63ace183bd3f4b149d9e.tar.gz |
GIT v1.5.0-rc1v1.5.0-rc1
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 21ff949ea2..8502e4c5b2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.5-rc0.GIT +DEF_VER=v1.5.0-rc1.GIT LF=' ' |