diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-05 11:31:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-05 11:31:47 -0800 |
commit | 8d7a455ed52e2a96debc080dfc011b6bb00db5d2 (patch) | |
tree | e9f120ca31da5e3a96fca5163909e0cb07a77b46 /GIT-VERSION-GEN | |
parent | Sync with maint-2.10 (diff) | |
download | tgif-8d7a455ed52e2a96debc080dfc011b6bb00db5d2.tar.xz |
Start post 2.11 cycle
For now, let's call it 2.12 tentatively.
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..556fbfc104 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.GIT LF=' ' |