diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-10 12:54:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-10 12:54:23 -0800 |
commit | 5588dbffbd61e4906e453808c6ad32f792fea521 (patch) | |
tree | a3d283173a125822b4fea4c5f70d4018b169de7a /GIT-VERSION-GEN | |
parent | 653078bbddef3ecd454c3e36b9e43629128967db (diff) | |
download | git-5588dbffbd61e4906e453808c6ad32f792fea521.tar.gz |
Git 2.12-rc1v2.12.0-rc1
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 4bed33d2ae..1eabbd88ac 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.12.0-rc0 +DEF_VER=v2.12.0-rc1 LF=' ' |