diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-18 13:09:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-18 13:09:43 -0700 |
commit | e449f105805ffa49ccf7cf080db897ecf65a1a0f (patch) | |
tree | 4797b250261d9c113b993e61507205c564a8bccb /GIT-VERSION-GEN | |
parent | 9a7bbd1dd1db45b474576ca328aa7056cdd081e0 (diff) | |
download | git-e449f105805ffa49ccf7cf080db897ecf65a1a0f.tar.gz |
GIT 1.5.6v1.5.6
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 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=' ' |