diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-08 19:34:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-08 19:43:21 -0800 |
commit | 56d5fe285583b5177ffc65dbe7df636ed5b8cc6b (patch) | |
tree | 663304dee18add1a08fbb8e5f8bfa9c54fab5eef /GIT-VERSION-GEN | |
parent | 6c293d408dbbd0206e80df3ecda7f1620cadaa94 (diff) | |
download | git-56d5fe285583b5177ffc65dbe7df636ed5b8cc6b.tar.gz |
GIT 1.5.4.4v1.5.4.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 0d4c2f79c5..33dc1ab222 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4.3.GIT +DEF_VER=v1.5.4.4.GIT LF=' ' |