diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-14 13:31:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-14 13:31:15 -0800 |
commit | 49e0c5ad0ab95e450138105ff27688861a4a1557 (patch) | |
tree | 87b74cdb4faf1ae6cf69ab7649f3c27d5a36b6ed /GIT-VERSION-GEN | |
parent | f5709437d963e585df0691989d3ccfee1de1572b (diff) | |
download | git-49e0c5ad0ab95e450138105ff27688861a4a1557.tar.gz |
Git 2.2.0-rc2v2.2.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 7db860ffdc..27285f0ab9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.2.0-rc1 +DEF_VER=v2.2.0-rc2 LF=' ' |