diff options
author | 2018-03-21 12:02:04 -0700 | |
---|---|---|
committer | 2018-03-21 12:02:04 -0700 | |
commit | 085f5f95a2723e8f9f4d037c01db5b786355ba49 (patch) | |
tree | 8e10048b45aa5fc09d3410334d48d5f50517cebb /GIT-VERSION-GEN | |
parent | Merge branch 'jk/attributes-path-doc' (diff) | |
download | tgif-085f5f95a2723e8f9f4d037c01db5b786355ba49.tar.xz |
Git 2.17-rc1
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 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=' ' |