diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-26 16:40:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-26 16:40:20 -0800 |
commit | c524ceb12f65e2ad4fc68c9d5b39f6e4b6b5c17b (patch) | |
tree | e1c11039a0b26b5092ddb24972731fe9a2ee9142 /GIT-VERSION-GEN | |
parent | fba4f1259db8e5dc47b1c8e6e344c61f7eb4a9df (diff) | |
download | git-c524ceb12f65e2ad4fc68c9d5b39f6e4b6b5c17b.tar.gz |
Git 1.7.8.5v1.7.8.5
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 445190db7a..c95c200eeb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8.4 +DEF_VER=v1.7.8.5 LF=' ' |