diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-08 11:40:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-08 11:40:43 -0700 |
commit | 234cd45662d5c094339d729bc040ae90ae688de7 (patch) | |
tree | e4bc3162e4a006b2c12d8213addbe9cdb96974ce /GIT-VERSION-GEN | |
parent | ff5702c52d66773ca5f32b46f9669880437e82e8 (diff) | |
download | git-234cd45662d5c094339d729bc040ae90ae688de7.tar.gz |
Git 1.7.12.3v1.7.12.3
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 d98481a10c..ecdbf905a3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.12.2 +DEF_VER=v1.7.12.3 LF=' ' |