diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-03 02:33:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-03 02:33:48 -0700 |
commit | 4c75136f7697f76b31641db775163f5c75906ee2 (patch) | |
tree | 6ac36c69bbd9685bf2cb69721e95be5dc07cc91f /GIT-VERSION-GEN | |
parent | 54e1abce90ed44d0674772a735ac387ce3e264f2 (diff) | |
download | git-4c75136f7697f76b31641db775163f5c75906ee2.tar.gz |
GIT 1.5.3.4v1.5.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 6de899a465..223c4f5e14 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.3.3.GIT +DEF_VER=v1.5.3.4.GIT LF=' ' |