diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-24 19:29:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-24 19:29:07 -0700 |
commit | c490a6079021a3343ca5b042b37258858fdefbfc (patch) | |
tree | 627181582d71b51bcedad9cd6edf6adfb93d5e92 /GIT-VERSION-GEN | |
parent | Merge branch 'mh/multimail' (diff) | |
download | tgif-c490a6079021a3343ca5b042b37258858fdefbfc.tar.xz |
Git 1.8.4-rc0
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 b4d4e5045f..2c109111e3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.3.GIT +DEF_VER=v1.8.4-rc0 LF=' ' |