diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-07 11:45:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-07 11:45:48 -0700 |
commit | 7064ca51b08304d56bf57d2cceb2884f1abf66e5 (patch) | |
tree | 1d14fd09cf6b8c016ef4b097d187606939ef3700 /GIT-VERSION-GEN | |
parent | git-for-each-ref.txt: minor improvements (diff) | |
download | tgif-7064ca51b08304d56bf57d2cceb2884f1abf66e5.tar.xz |
GIT 1.5.5.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 45fc112de6..98d650aa62 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.5.3.GIT +DEF_VER=v1.5.5.4.GIT LF=' ' |