diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-23 21:02:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-23 21:02:06 -0700 |
commit | ccc1188fa34cd9519185a22b13599256ccfac7e1 (patch) | |
tree | ec35e61d43163cdc2ac395cb7584558b4c045e0c /GIT-VERSION-GEN | |
parent | ebcfa444c436c0a501d38ffd5bae670fe6ee01c5 (diff) | |
download | git-ccc1188fa34cd9519185a22b13599256ccfac7e1.tar.gz git-ccc1188fa34cd9519185a22b13599256ccfac7e1.tar.xz |
Git 1.7.12-rc0v1.7.12-rc0
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 fde74a68d..22bb2298a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11.GIT +DEF_VER=v1.7.12-rc0 LF=' ' |