diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-29 09:42:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-29 10:39:53 -0700 |
commit | 92c1e717779a9aa3267cef232ce80ac93e3460fe (patch) | |
tree | e10a87faf415ae496c4ac1fa11361dbaaca26251 /GIT-VERSION-GEN | |
parent | 57693d03db93959831c9c017953f979aae6cc8eb (diff) | |
download | git-92c1e717779a9aa3267cef232ce80ac93e3460fe.tar.gz |
Git 1.7.3.1v1.7.3.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 ac9c4dbf2f..75b8b3cc69 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3 +DEF_VER=v1.7.3.1 LF=' ' |