diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-03 11:29:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-03 11:29:52 -0800 |
commit | 6e3a7b3398559305c7a239a42e447c21a8f39ff8 (patch) | |
tree | 77f361b3be31439b6e5e654f766cc071dcd711f5 /GIT-VERSION-GEN | |
parent | fafca0f72a11bc03263e6f97d07d6f27ea61de48 (diff) | |
download | git-6e3a7b3398559305c7a239a42e447c21a8f39ff8.tar.gz |
Git 2.12-rc0v2.12.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 f95b04bb36..4bed33d2ae 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.11.GIT +DEF_VER=v2.12.0-rc0 LF=' ' |