diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-23 11:27:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-23 11:27:27 -0700 |
commit | 3a52578eef9b65ad449853e4a3a923d8e1eb2a22 (patch) | |
tree | 556b9a348dd839cc0c56676ba0e980a6b2d260dc /GIT-VERSION-GEN | |
parent | Merge branch 'rs/use-isxdigit' into maint (diff) | |
download | tgif-3a52578eef9b65ad449853e4a3a923d8e1eb2a22.tar.xz |
Git 2.3.4
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 f92fe17065..9905751fc2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.3 +DEF_VER=v2.3.4 LF=' ' |