diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-10 00:05:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-10 00:05:19 -0700 |
commit | 78d553b7d7b269bb22ebd8b1198657c37484a3a0 (patch) | |
tree | 502d1392b43f8c81f0ee0d982002988869ca1630 /GIT-VERSION-GEN | |
parent | 85886162f1149bb1db48e6a4c8e1c4a4a726173f (diff) | |
download | git-78d553b7d7b269bb22ebd8b1198657c37484a3a0.tar.gz git-78d553b7d7b269bb22ebd8b1198657c37484a3a0.tar.xz |
GIT 1.6.5v1.6.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 d7d9a9a06..08e6073f3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.4.GIT +DEF_VER=v1.6.5 LF=' ' |