diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-07-28 23:52:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-28 23:59:30 -0700 |
commit | e276f018f2c1f0fc962fbe44a36708d1cdebada8 (patch) | |
tree | c626803af06e90a93cc45133b7b7b3e1a54bcb28 /GIT-VERSION-GEN | |
parent | 5c6d8bb29043a3e53c84f1782392a4d71dd10ff9 (diff) | |
download | git-e276f018f2c1f0fc962fbe44a36708d1cdebada8.tar.gz |
GIT 1.6.3.4v1.6.3.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 902bfbf4ef..a56dcb26e7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.3.3 +DEF_VER=v1.6.3.4 LF=' ' |