diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:40:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:40:40 -0800 |
commit | 9db41eba4259126dbe1c68e2207d342d11f14745 (patch) | |
tree | a4c342afa3b81167fdbccc1493ef6ee1b3ce0fd7 /GIT-VERSION-GEN | |
parent | Git 1.7.1.3 (diff) | |
parent | Git 1.7.0.9 (diff) | |
download | tgif-9db41eba4259126dbe1c68e2207d342d11f14745.tar.xz |
Git 1.7.1.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 8eb10c2c1f..5e8077ebf4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1.3 +DEF_VER=v1.7.1.4 LF=' ' |