diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:57:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-13 22:57:25 -0700 |
commit | bb8577532add843833ebf8b5324f94f84cb71ca0 (patch) | |
tree | 363a6201914294cfdc87a6a3ec52283e079e6ff0 /GIT-VERSION-GEN | |
parent | Merge branch 'mr/doc-clean-f-f' into maint (diff) | |
download | tgif-bb8577532add843833ebf8b5324f94f84cb71ca0.tar.xz |
Git 2.3.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 50078659fc..f92fe17065 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.2 +DEF_VER=v2.3.3 LF=' ' |