diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:49:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-24 10:49:58 -0800 |
commit | e7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7 (patch) | |
tree | 426097b4cfbdac84ab83608a0729a405161be922 /GIT-VERSION-GEN | |
parent | cca4f20edad04decdc268102f9a6ee2e3803bcc7 (diff) | |
download | git-e7e07d5a4fcc2a203d9873968ad3e6bd4d7419d7.tar.gz |
Git 2.12v2.12.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 be07d623b3..6a208e92bf 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.12.0-rc2 +DEF_VER=v2.12.0 LF=' ' |