diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-01 14:08:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-01 14:08:26 -0700 |
commit | e5af0de202e885b793482d416b8ce9d50dd2b8bc (patch) | |
tree | 2d8ec73bb0eb27630e8bbdb4930f35de7394a5f1 /GIT-VERSION-GEN | |
parent | 1c6e3514d093377fec5e30aa02a119187cf743f2 (diff) | |
download | git-e5af0de202e885b793482d416b8ce9d50dd2b8bc.tar.gz |
Git 1.7.5.4v1.7.5.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 85e25a6dd8..6219441293 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5.3 +DEF_VER=v1.7.5.4 LF=' ' |