diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-07 21:57:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-07 21:57:43 -0700 |
commit | 1d2375ddfee18bd3effd2c1f98527cc2f8b1df0a (patch) | |
tree | 27d65e6b83f7bd8c0d8e9d3beba25ef8a9922ef1 /GIT-VERSION-GEN | |
parent | fae09a8084c9b51632726523b477a78dd28d7d7e (diff) | |
download | git-1d2375ddfee18bd3effd2c1f98527cc2f8b1df0a.tar.gz |
GIT 1.5.5v1.5.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 565cb41c10..f60bab896b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.5-rc3.GIT +DEF_VER=v1.5.5.GIT LF=' ' |