diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-03 16:40:20 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-03 16:40:20 -0700 |
commit | 5a716826a6f7f209777f344143cdd9e4f2903097 (patch) | |
tree | f149b7f20468249a1c0fd94b01695628dfdbea68 /GIT-VERSION-GEN | |
parent | f5fffbd3e878d2be4154174c588a229ca37b04f1 (diff) | |
download | git-5a716826a6f7f209777f344143cdd9e4f2903097.tar.gz |
GIT 1.4.2-rc3v1.4.2-rc3
We ended up merging too many stuff after -rc2, so here is
another round of release candidate. Non bugfixes will be
queued to "next" from now on until a real 1.4.2 happens.
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 5d25b7e12b..1ce217dd7b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.4.GIT +DEF_VER=v1.4.2.GIT # First try git-describe, then see if there is a version file # (included in release tarballs), then default |