diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-18 22:09:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-18 22:09:43 +0200 |
commit | e449f105805ffa49ccf7cf080db897ecf65a1a0f (patch) | |
tree | 4797b250261d9c113b993e61507205c564a8bccb /GIT-VERSION-GEN | |
parent | clean up error conventions of remote.c:match_explicit (diff) | |
download | git-e449f105805ffa49ccf7cf080db897ecf65a1a0f.tar.xz git-e449f105805ffa49ccf7cf080db897ecf65a1a0f.zip |
GIT 1.5.6v1.5.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 3cabc92e7a..f221447478 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.5.GIT +DEF_VER=v1.5.6.GIT LF=' ' |