diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-31 12:20:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-31 12:20:05 -0700 |
commit | 3f2a7ae2c84c921e11041a5edc2522964fc1cce5 (patch) | |
tree | 754ecbd6a176e9463d4e75e1aa64aaaf8e3d994d /GIT-VERSION-GEN | |
parent | 0bdb5af7a571ee2bd71550a545632b1cb7f8f8f3 (diff) | |
download | git-3f2a7ae2c84c921e11041a5edc2522964fc1cce5.tar.gz git-3f2a7ae2c84c921e11041a5edc2522964fc1cce5.tar.xz |
GIT 1.5.3.5v1.5.3.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 223c4f5e1..88a4acad1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.3.4.GIT +DEF_VER=v1.5.3.5.GIT LF=' ' |