diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-11 11:18:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-11 11:18:56 -0700 |
commit | cd46259ebf2e624bcee2aaae05c36663d414e1a2 (patch) | |
tree | 001548acba7f76ea2c4303bc7f521ee8cc4b8eee /GIT-VERSION-GEN | |
parent | c5fe239860cc7afcae33c78307896be8c754517e (diff) | |
download | git-cd46259ebf2e624bcee2aaae05c36663d414e1a2.tar.gz |
Git 1.8.0-rc2v1.8.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 88e4c216d3..3c0e89c4cb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.0-rc1 +DEF_VER=v1.8.0-rc2 LF=' ' |