diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-09 23:26:02 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-09 23:26:02 +0900 |
commit | b06d3643105c8758ed019125a4399cb7efdcce2c (patch) | |
tree | a15b54eb544033f8c1ad04dd0a5278a59cc36cc9 /GIT-VERSION-GEN | |
parent | 951ea7656ebb3f30e6c5e941e625a1318ac58298 (diff) | |
download | git-b06d3643105c8758ed019125a4399cb7efdcce2c.tar.gz |
Git 2.13v2.13.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 c9f6bc670f..afcf9e9abf 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.0-rc2 +DEF_VER=v2.13.0 LF=' ' |