diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-29 18:42:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-29 19:39:53 +0200 |
commit | 92c1e717779a9aa3267cef232ce80ac93e3460fe (patch) | |
tree | e10a87faf415ae496c4ac1fa11361dbaaca26251 /GIT-VERSION-GEN | |
parent | stash: fix git stash branch regression when branch creation fails (diff) | |
download | git-92c1e717779a9aa3267cef232ce80ac93e3460fe.tar.xz git-92c1e717779a9aa3267cef232ce80ac93e3460fe.zip |
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=' ' |