diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:21:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:21:11 -0700 |
commit | 341e7e8eda3dbeb6867f4f8f45b671201b807de5 (patch) | |
tree | 26771bd05fc196a7996cd8b9736fd44ed562a628 /GIT-VERSION-GEN | |
parent | 62bfd831bc21c3dce06b82e30ee44eaa2ae674ad (diff) | |
download | git-341e7e8eda3dbeb6867f4f8f45b671201b807de5.tar.gz |
Git 2.0.1v2.0.1
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 5d6dc5b4c6..0986062473 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0 +DEF_VER=v2.0.1 LF=' ' |