diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-17 14:00:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-17 14:00:19 -0800 |
commit | 20769079d22a9f8010232bdf6131918c33a1bf69 (patch) | |
tree | afb30c6559dab43341512cd49dbfc446ac52474a /GIT-VERSION-GEN | |
parent | 076c05393a047247ea723896289b48d6549ed7d0 (diff) | |
download | git-20769079d22a9f8010232bdf6131918c33a1bf69.tar.gz |
Git 2.12-rc2v2.12.0-rc2
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 1eabbd88ac..be07d623b3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.12.0-rc1 +DEF_VER=v2.12.0-rc2 LF=' ' |