diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-15 11:19:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-15 11:19:02 -0800 |
commit | 2e900297dbb9d5bd086ea56eed07027374759791 (patch) | |
tree | 0a109e1520215d4995d309b215fa2fa06bef2d4b /GIT-VERSION-GEN | |
parent | fef11965da875c105c40f1a9550af1f5e34a6e62 (diff) | |
download | git-2e900297dbb9d5bd086ea56eed07027374759791.tar.gz |
Git 1.8.1-rc2v1.8.1-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 4bc073cc13..1a9e4a20da 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1-rc1 +DEF_VER=v1.8.1-rc2 LF=' ' |