diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-17 10:28:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-17 11:24:59 -0700 |
commit | e568e563ade00bbb0937162f405fc160f253e224 (patch) | |
tree | 85b019fbd5c486f71708ca833f0aee33c239c60a /GIT-VERSION-GEN | |
parent | Merge branch 'maint-2.4' into maint-2.5 (diff) | |
download | tgif-e568e563ade00bbb0937162f405fc160f253e224.tar.xz |
Git 2.5.5
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 998786939b..51ae63d753 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.4 +DEF_VER=v2.5.5 LF=' ' |