diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-28 20:04:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-28 20:04:19 +0200 |
commit | e156455ea49124c140a67623f22a393db62d5d98 (patch) | |
tree | 55aeb4d32091e0e6062759958c30d316f77a570e /GIT-VERSION-GEN | |
parent | Update draft release notes to 2.0 (diff) | |
download | git-e156455ea49124c140a67623f22a393db62d5d98.tar.xz git-e156455ea49124c140a67623f22a393db62d5d98.zip |
Git 2.0v2.0.0
Diffstat (limited to '')
-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 aa039b4ab2..5d6dc5b4c6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0-rc4 +DEF_VER=v2.0.0 LF=' ' |