diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-27 20:36:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-27 20:36:35 -0700 |
commit | f8dd64fdbf47ac65c1b8d2ed25b789ae2655f8c8 (patch) | |
tree | 5896057e7ee5d492e79a0102a4de107e0261557c /GIT-VERSION-GEN | |
parent | 24362a5d3ffc5ef10ccbcd80b258a418a1c792b5 (diff) | |
download | git-f8dd64fdbf47ac65c1b8d2ed25b789ae2655f8c8.tar.gz |
GIT 1.5.4.5v1.5.4.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 33dc1ab222..85747e000a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4.4.GIT +DEF_VER=v1.5.4.5.GIT LF=' ' |