diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-28 11:05:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-28 11:05:14 -0700 |
commit | 03df4959472e7d4b5117bb72ac86e1e2bcf21723 (patch) | |
tree | c40f0e58466339fd73c1e16ec34eeb8f98cd0ac7 /GIT-VERSION-GEN | |
parent | 72d30c71a3ab3c2ea203b810086288e364b168a7 (diff) | |
download | git-03df4959472e7d4b5117bb72ac86e1e2bcf21723.tar.gz |
Git 2.17-rc2v2.17.0-rc2
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 b4fb7d9a39..02ab86f2a7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.0-rc1 +DEF_VER=v2.17.0-rc2 LF=' ' |