diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-30 14:19:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-30 14:19:53 -0700 |
commit | 32f56600bb6ac6fc57183e79d2c1515dfa56672f (patch) | |
tree | d71a8c1838cc192219c191fde10e2cd27f9dde9c /GIT-VERSION-GEN | |
parent | commit --amend: test specifies authorship but forgets to check (diff) | |
download | tgif-32f56600bb6ac6fc57183e79d2c1515dfa56672f.tar.xz |
Git 2.0.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 0d1a86c831..3e9d508273 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.3 +DEF_VER=v2.0.4 LF=' ' |