diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-02 12:21:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-02 12:34:16 -0700 |
commit | 3346330d708b9b786b16167cbbd4a3637b3a3517 (patch) | |
tree | 1cd1fe613e270f5a8a44e2879307440d7d47ecc1 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/maint-1.6.0-blame-s' into maint (diff) | |
download | tgif-3346330d708b9b786b16167cbbd4a3637b3a3517.tar.xz |
GIT 1.6.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 e6097c23aa..ac2f24795c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.2.1 +DEF_VER=v1.6.2.2 LF=' ' |