diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-25 10:03:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-25 10:03:41 -0700 |
commit | 35936f8fc38a214cc7d2595070641d39a541dfb1 (patch) | |
tree | 79fcd5eb739ab712308858dca52fa556b066fda1 /GIT-VERSION-GEN | |
parent | 1697bf30df3ec6c28b180bc290d7d11d2fe97562 (diff) | |
download | git-35936f8fc38a214cc7d2595070641d39a541dfb1.tar.gz |
Git 2.0-rc1v2.0.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 5b367ab7fe..690cece24c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0-rc0 +DEF_VER=v2.0.0-rc1 LF=' ' |