diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-30 14:00:44 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-30 14:00:44 +0900 |
commit | cb5918aa0d50f50e83787f65c2ddc3dcb10159fe (patch) | |
tree | cf8dd931ffa0528fb90d1c66d598c1509db616a4 /GIT-VERSION-GEN | |
parent | af103b3797ebc2f15205121c622ddeff61619715 (diff) | |
download | git-cb5918aa0d50f50e83787f65c2ddc3dcb10159fe.tar.gz |
Git 2.15v2.15.0
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 9ef24f24d8..a9dbc3f12c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.0-rc2 +DEF_VER=v2.15.0 LF=' ' |