diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-06 14:58:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-06 14:58:14 -0800 |
commit | 1165ae6f3d42e0eb0ddfc2d4e6dfa8bd0b88eb60 (patch) | |
tree | 10419e45dfac40fee3f12beb796e8baf2910d63d /GIT-VERSION-GEN | |
parent | Merge branch 'rj/no-xopen-source-for-cygwin' into maint (diff) | |
download | tgif-1165ae6f3d42e0eb0ddfc2d4e6dfa8bd0b88eb60.tar.xz |
Git 2.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 0407788976..50078659fc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.1 +DEF_VER=v2.3.2 LF=' ' |