diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-04-14 11:57:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-04-14 11:57:13 -0700 |
commit | e46fe3df01435bf523d2ab4f2755556c0e4e6f78 (patch) | |
tree | b5c7921de335e0bb82602e1df1c95ac2f250f62d /GIT-VERSION-GEN | |
parent | 7a1aa0c28876e044351e78d8b8ae6cdbb10b5dfe (diff) | |
download | git-e46fe3df01435bf523d2ab4f2755556c0e4e6f78.tar.gz |
Git 2.4.0-rc2v2.4.0-rc2
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 40f8841678..aa8519ca28 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.0-rc1 +DEF_VER=v2.4.0-rc2 LF=' ' |