diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-20 12:07:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-20 14:51:11 -0700 |
commit | 8ced8e40ac07c1b13b2edbb459d37b9b2d7275d6 (patch) | |
tree | fe08e477098cb4cfb3924ec81e1b3e0ea96013ca /GIT-VERSION-GEN | |
parent | RelNotes/2.0.0.txt: Fix several grammar issues, notably a lack of hyphens, do... (diff) | |
download | tgif-8ced8e40ac07c1b13b2edbb459d37b9b2d7275d6.tar.xz |
Git 2.0-rc4
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 faecf33417..aa039b4ab2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.0-rc3 +DEF_VER=v2.0.0-rc4 LF=' ' |