diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-07 09:14:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-07 09:14:41 -0700 |
commit | a1a031d9356cc89cadc5e14acc4028e3ecc306eb (patch) | |
tree | 63afbf1f34ab2ebf9c8a6f4efc307437cbe6dd7a /GIT-VERSION-GEN | |
parent | dd3d0711825aae4c8fcec1e277f0581a4fa2ab6c (diff) | |
download | git-a1a031d9356cc89cadc5e14acc4028e3ecc306eb.tar.gz git-a1a031d9356cc89cadc5e14acc4028e3ecc306eb.tar.xz |
Git 1.7.11-rc2v1.7.11-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 955b02b48..a1f935e2b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11-rc1 +DEF_VER=v1.7.11-rc2 LF=' ' |