diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-06 06:31:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-06 06:31:16 +0100 |
commit | 7668cbc60578f99a4c048f8f8f38787930b8147b (patch) | |
tree | 154b2d6535721b97f59dd164c86e9040ff840044 /GIT-VERSION-GEN | |
parent | Merge branch 'tg/deprecate-stash-save' (diff) | |
download | git-7668cbc60578f99a4c048f8f8f38787930b8147b.tar.xz git-7668cbc60578f99a4c048f8f8f38787930b8147b.zip |
RelNotes: the second batch post 2.15 comes
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 a9dbc3f12c..c1906f0fd1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.0 +DEF_VER=v2.15.GIT LF=' ' |