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 | Merge branch 'ta/new-command-howto' (diff) | |
download | tgif-b3cf6f3b8d21b32d88313fc709442b78300975db.tar.xz |
Git 1.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=' ' |