diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-21 20:02:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-21 20:02:04 +0100 |
commit | 085f5f95a2723e8f9f4d037c01db5b786355ba49 (patch) | |
tree | 8e10048b45aa5fc09d3410334d48d5f50517cebb /GIT-VERSION-GEN | |
parent | Merge branch 'jk/attributes-path-doc' (diff) | |
download | git-085f5f95a2723e8f9f4d037c01db5b786355ba49.tar.xz git-085f5f95a2723e8f9f4d037c01db5b786355ba49.zip |
Git 2.17-rc1v2.17.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 067e9e7f44..b4fb7d9a39 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.0-rc0 +DEF_VER=v2.17.0-rc1 LF=' ' |