diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-19 16:03:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-19 16:03:18 -0700 |
commit | 8c67c392e1620fc3b749aa9e0b8da13bd84226f8 (patch) | |
tree | 4d4b4c1e3670cdd9b6a373943f6d01c29df9ea7b /GIT-VERSION-GEN | |
parent | Merge branch 'tr/xsize-bits' into maint (diff) | |
download | tgif-8c67c392e1620fc3b749aa9e0b8da13bd84226f8.tar.xz |
Git 1.7.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 8228e883e6..2c4f44bfb6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.2.1 +DEF_VER=v1.7.2.2 LF=' ' |