diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-03 10:40:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-03 10:43:01 -0700 |
commit | 8545932d45c91437ac439b1a2df12cf397f71311 (patch) | |
tree | c33125e28742fcb85b9846e11c920f6227251d86 /GIT-VERSION-GEN | |
parent | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' into maint (diff) | |
download | tgif-8545932d45c91437ac439b1a2df12cf397f71311.tar.xz |
Git 2.4.8
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index b767c3acc9..a6a0bf9aa7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.7 +DEF_VER=v2.4.8 LF=' ' @@ -38,5 +38,3 @@ test "$VN" = "$VC" || { echo >&2 "GIT_VERSION = $VN" echo "GIT_VERSION = $VN" >$GVF } - - |