diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:19:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-10-31 13:19:53 -0700 |
commit | 1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1 (patch) | |
tree | c99032fd17c273620a12b0202c5a0726e5169b2e /GIT-VERSION-GEN | |
parent | ab3ad63c9aa9664901333ede06ce06ce215b6cde (diff) | |
download | git-1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1.tar.gz |
Git 2.11-rc0v2.11.0-rc0
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 55e88b02d4..feddf2326b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.10.0.GIT +DEF_VER=v2.11.0-rc0 LF=' ' |