diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-01 14:05:33 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-01 14:05:33 -0700 |
commit | cbed29f37b690e0a497bd2b6ca9a5bdd7e6ea5aa (patch) | |
tree | d4de8369b18dc3a5a28f1927f15ccdb8170e06fc /GIT-VERSION-GEN | |
parent | Merge branch 'me/fetch-into-shallow-safety' (diff) | |
download | tgif-cbed29f37b690e0a497bd2b6ca9a5bdd7e6ea5aa.tar.xz |
Git 2.5.0-rc1
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 f27adc2b23..b34941cfd8 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.0-rc0 +DEF_VER=v2.5.0-rc1 LF=' ' |