diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-26 15:44:07 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-26 15:44:07 +0900 |
commit | 027a3b943b444a3e3a76f9a89803fc10245b858f (patch) | |
tree | 9ba0f5865a1bfe62aeb7085d23156eafabc366ba /GIT-VERSION-GEN | |
parent | 77b34eaa0777020abb41096106e1c2f19b0a87c5 (diff) | |
download | git-027a3b943b444a3e3a76f9a89803fc10245b858f.tar.gz |
Git 2.13-rc1v2.13.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 e681ede9d8..598353ea08 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.0-rc0 +DEF_VER=v2.13.0-rc1 LF=' ' |