diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-28 11:04:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-28 11:04:19 -0700 |
commit | e156455ea49124c140a67623f22a393db62d5d98 (patch) | |
tree | 55aeb4d32091e0e6062759958c30d316f77a570e /GIT-VERSION-GEN | |
parent | 4a28f169ad29ba452e0e7bea2583914c10c58322 (diff) | |
download | git-e156455ea49124c140a67623f22a393db62d5d98.tar.gz |
Git 2.0v2.0.0
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 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=' ' |