diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-06 14:19:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-06 14:34:52 -0700 |
commit | 49fa3dc76179e04b0833542fa52d0f287a4955ac (patch) | |
tree | 184f9607277c9afac635beceb3ddaed008ab8c60 /GIT-VERSION-GEN | |
parent | Sync with 2.8.4 (diff) | |
download | tgif-49fa3dc76179e04b0833542fa52d0f287a4955ac.tar.xz |
Git 2.9-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 98f2300d36..e1d8231c7e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.9.0-rc1 +DEF_VER=v2.9.0-rc2 LF=' ' |