diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-23 18:27:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-23 18:27:17 -0700 |
commit | d599e0484f8ebac8cc50e9557a4c3d246826843d (patch) | |
tree | f9c8fe1f75dfdade09a573f70a208c509be62e3c /GIT-VERSION-GEN | |
parent | 34c071aea4aed9db484eca21c12dd443888f43ec (diff) | |
download | git-d599e0484f8ebac8cc50e9557a4c3d246826843d.tar.gz |
Git 1.7.1v1.7.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 1063945c30..0ad39484ec 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1.rc2 +DEF_VER=v1.7.1 LF=' ' |