diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-12 09:10:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-12 09:10:52 -0700 |
commit | 9bea2b5896701cf952f75c8f6756656cd3c40af0 (patch) | |
tree | 819542383d59c5e1a4f9ba2df9e9d6c378931fa3 /GIT-VERSION-GEN | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-9bea2b5896701cf952f75c8f6756656cd3c40af0.tar.xz |
Git 1.7.11-rc3
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 a1f935e2b7..728a5d4d29 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11-rc2 +DEF_VER=v1.7.11-rc3 LF=' ' |