diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:06:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-12 14:06:12 -0800 |
commit | fdf96a20acf96a6ac538df8113b2aafd6ed71d50 (patch) | |
tree | f955c3a5d03f61094de522958a6402dd212924b4 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/read-packed-refs-without-path-max' into maint (diff) | |
download | tgif-fdf96a20acf96a6ac538df8113b2aafd6ed71d50.tar.xz |
Git 2.2.2
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 495ddb7d25..f9f8f32740 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.2.1 +DEF_VER=v2.2.2 LF=' ' |