diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-08 22:00:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-08 22:00:35 -0700 |
commit | 95b18556aab2fc36cec4e717578601c3aa8b7b06 (patch) | |
tree | b97d0c8ce4f242c991689c6d0d1e6f666c6ec8df /GIT-VERSION-GEN | |
parent | 0b0a56fbed1b9544a811f0304cfc542709464f22 (diff) | |
download | git-95b18556aab2fc36cec4e717578601c3aa8b7b06.tar.gz |
Start the 2.11 cycle
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 6754ab076e..55e88b02d4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.10.0 +DEF_VER=v2.10.0.GIT LF=' ' |