diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-17 14:48:44 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-17 15:19:11 -0800 |
commit | ad36dc8b4b165bf9eb3576b42a241164e312d48c (patch) | |
tree | ad06a77c844046f3c06b20e7d6e0f51aa4759260 /GIT-VERSION-GEN | |
parent | Merge branch 'mm/gc-safety-doc' into maint (diff) | |
download | tgif-ad36dc8b4b165bf9eb3576b42a241164e312d48c.tar.xz |
Almost ready for 2.11.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 520d6e66ec..706946c7cd 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.11.0 +DEF_VER=v2.11.1 LF=' ' |