diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-07 12:01:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-07 12:01:01 -0800 |
commit | 66edfe9ddc29102fa39edd37f9aecccbaca6a013 (patch) | |
tree | 53e2a7dd41a52ffc9ff7cf023c519fde1a7bd2fc /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-66edfe9ddc29102fa39edd37f9aecccbaca6a013.tar.xz |
Git 2.2.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 2b2d79799f..7db860ffdc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.2.0-rc0 +DEF_VER=v2.2.0-rc1 LF=' ' |