diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-07-27 15:04:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-27 16:36:51 -0700 |
commit | 245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3 (patch) | |
tree | c2692302abe6e1f70141c38e7d51908898a15328 /GIT-VERSION-GEN | |
parent | e5498e8a9f9a596ecff78426bbf904626cd7863a (diff) | |
download | git-245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3.tar.gz |
Git 1.7.1.2v1.7.1.2
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 d4cb58e5df..31d95da4f0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1.1 +DEF_VER=v1.7.1.2 LF=' ' |