diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-01 00:06:21 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-01 00:41:49 +0100 |
commit | 8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a (patch) | |
tree | cf214cc95371e0aee00df7a123770f118cb94b69 /GIT-VERSION-GEN | |
parent | Do not use hardcoded path to xhmtl.xsl to generate user's manual (diff) | |
download | git-8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a.tar.xz git-8c4e4ef0f575cd60fb4bb6a70305fcb0ed85da6a.zip |
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=' ' |