diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-08-04 14:05:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-08-04 14:05:06 -0700 |
commit | 7b69fcb181941fafda99a5ffd25cea1f685d7e70 (patch) | |
tree | 4a386749843562df47ca9bc8e0c42e5e92ed7ba7 /GIT-VERSION-GEN | |
parent | b16665e832642602b28b9abf5da3a2c53b97d6ca (diff) | |
download | git-7b69fcb181941fafda99a5ffd25cea1f685d7e70.tar.gz |
Git 2.1.0-rc1v2.1.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 f1bae1ce37..e44e22f2ff 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.1.0-rc0 +DEF_VER=v2.1.0-rc1 LF=' ' |