diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-02 13:30:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 13:30:13 -0700 |
commit | 85f083786fe37f280ca30fc0b74498b22b322c6d (patch) | |
tree | c29da1d639b9cf4ca6bfe3466da270222f8a59e5 /GIT-VERSION-GEN | |
parent | Merge branch 'rs/strbuf-getcwd' (diff) | |
download | tgif-85f083786fe37f280ca30fc0b74498b22b322c6d.tar.xz |
Start the post-2.1 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 a4cdfbf7f6..153d55d2b9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.1.0 +DEF_VER=v2.1.0.GIT LF=' ' |