diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-28 23:12:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-28 23:12:06 +0100 |
commit | 1eaabe34fc6f486367a176207420378f587d3b48 (patch) | |
tree | 18377a0c9b03b23e92573e5e62c2c80d59d772c5 /GIT-VERSION-GEN | |
parent | Merge branch 'sb/describe-blob' (diff) | |
download | git-1eaabe34fc6f486367a176207420378f587d3b48.tar.xz git-1eaabe34fc6f486367a176207420378f587d3b48.zip |
Git 2.16-rc0v2.16.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 c1906f0fd1..4eba7701a0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.GIT +DEF_VER=v2.16.0-rc0 LF=' ' |