diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-05-05 21:13:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-05 21:13:30 -0700 |
commit | 8440f74997cf7958c7e8ec853f590828085049b8 (patch) | |
tree | 73798caff990347d0c47dc0902567f999ebadb39 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/prune-mtime' (diff) | |
download | tgif-8440f74997cf7958c7e8ec853f590828085049b8.tar.xz |
First batch for 2.5 cycle
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 48aee9c417..bfb715d3c8 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.0 +DEF_VER=v2.4.0.GIT LF=' ' |