diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-18 11:21:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-18 11:21:43 -0700 |
commit | cc291953df19aa4a97bee3590e708dc1fc557500 (patch) | |
tree | c752023ceb77b1dca50d5a03c1c38c04a0d6e217 /GIT-VERSION-GEN | |
parent | 531675ad172f984a6dbc2ac840caaf6ba1015eb0 (diff) | |
download | git-cc291953df19aa4a97bee3590e708dc1fc557500.tar.gz |
Git 2.0-rc0v2.0.0-rc0
An early-preview for the upcoming Git 2.0.
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 a651d68656..5b367ab7fe 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.0.GIT +DEF_VER=v2.0.0-rc0 LF=' ' |