diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-21 21:02:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-21 21:15:50 -0700 |
commit | cff4231a1dfbe68b4a163b31406d862567d3243a (patch) | |
tree | 8110f532e26ce76300640a691b0f5af12fbea410 /GIT-VERSION-GEN | |
parent | a69f8c980933b420b9ab5ca1391e55fcc119bc49 (diff) | |
download | git-cff4231a1dfbe68b4a163b31406d862567d3243a.tar.gz |
GIT 1.6.3.3v1.6.3.3
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 0673f0db9f..902bfbf4ef 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.3.2 +DEF_VER=v1.6.3.3 LF=' ' |