diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-20 00:30:39 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-20 00:30:39 -0700 |
commit | aba170cdb4874b72dd619e6f7bbc13c33295f831 (patch) | |
tree | fcd4ad14bc853f3cf9089a820a0d08ac65aa551d /GIT-VERSION-GEN | |
parent | git-cvsserver: exit with 1 upon "I HATE YOU" (diff) | |
download | tgif-aba170cdb4874b72dd619e6f7bbc13c33295f831.tar.xz |
GIT 1.5.2
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 bd4a0443c4..06c360b267 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.2-rc3.GIT +DEF_VER=v1.5.2.GIT LF=' ' |