diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-22 11:48:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-22 11:48:47 -0800 |
commit | b3cf6f3b8d21b32d88313fc709442b78300975db (patch) | |
tree | 7c2d4293ebbcb768e9caa458bc7508b758c06818 /GIT-VERSION-GEN | |
parent | b10c4add03044b7be358ff7231b9ec50016ded4b (diff) | |
download | git-b3cf6f3b8d21b32d88313fc709442b78300975db.tar.gz |
Git 1.8.1-rc3v1.8.1-rc3
The changes since -rc2 are mostly documentation updates.
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 1a9e4a20da..b2dffc839f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1-rc2 +DEF_VER=v1.8.1-rc3 LF=' ' |