diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-11-29 12:23:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-29 12:23:07 -0800 |
commit | 454cb6bd52a4de614a3633e4f547af03d5c3b640 (patch) | |
tree | a7e3983dd240060bbc6601a1401fda1f6f31f97c /GIT-VERSION-GEN | |
parent | 95c2b13a5fc06db6556def93843653e948e71e4b (diff) | |
download | git-454cb6bd52a4de614a3633e4f547af03d5c3b640.tar.gz |
Git 2.11v2.11.0
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 092bd838b5..520d6e66ec 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.11.0-rc3 +DEF_VER=v2.11.0 LF=' ' |