diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-28 14:56:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-28 14:56:30 -0700 |
commit | 3a461832c5ca4f140e41fdc34f86c90868aea33b (patch) | |
tree | 08beb38e90edfd43e54c4f4c104a5102e49e4e67 /GIT-VERSION-GEN | |
parent | configure: fix option help message for --disable-pthreads (diff) | |
download | tgif-3a461832c5ca4f140e41fdc34f86c90868aea33b.tar.xz |
Git 1.8.3.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 eeecb5d9fc..45ead76e10 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.3.1 +DEF_VER=v1.8.3.2 LF=' ' |