diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-01 19:10:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-01 19:10:10 -0800 |
commit | c3c135291a62a01f7fd385f46cde34091767259b (patch) | |
tree | 2a073328eed0f777d42e5cc5e8b2a5de93a2f36a /GIT-VERSION-GEN | |
parent | 7dc46429896d6292d71391ff7e5f95fec1370b51 (diff) | |
download | git-c3c135291a62a01f7fd385f46cde34091767259b.tar.gz |
GIT 1.5.4v1.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 e0842c462c..38a3273974 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.4-rc5.GIT +DEF_VER=v1.5.4.GIT LF=' ' |