diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-10 14:49:36 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-10 15:22:02 -0700 |
commit | 843142ada000a992fa87bd2dc7796501332a52d9 (patch) | |
tree | dcea0ab3229f1a6e84efb952d5143d85fc89817e /GIT-VERSION-GEN | |
parent | Document 'git-log --decorate' (diff) | |
download | tgif-843142ada000a992fa87bd2dc7796501332a52d9.tar.xz |
GIT v1.5.2-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 f6adb91ed2..bd4a0443c4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.2-rc2.GIT +DEF_VER=v1.5.2-rc3.GIT LF=' ' |