diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-02 14:28:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-02 14:28:01 -0800 |
commit | 2850c1a882ff78e181d0e44b54b595e6b272a02b (patch) | |
tree | 20f63fe92ba658eefa5c777d72375eb0aca2babd /GIT-VERSION-GEN | |
parent | Merge branch 'maint-1.7.1' into maint-1.7.2 (diff) | |
parent | Git 1.7.1.3 (diff) | |
download | tgif-2850c1a882ff78e181d0e44b54b595e6b272a02b.tar.xz |
Git 1.7.2.4
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 8efc557847..1c0f85c2bd 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.2.3 +DEF_VER=v1.7.2.4 LF=' ' |