diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-01 13:15:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-01 13:15:29 -0800 |
commit | e6363a4992637267ef212d7c709ede17d4122e0d (patch) | |
tree | 33c3fb15861653106bef13521438597d6c0f9e20 /GIT-VERSION-GEN | |
parent | 8b1bd024154f0ee0d71a6befe9bbd96462e76abc (diff) | |
download | git-e6363a4992637267ef212d7c709ede17d4122e0d.tar.gz |
Git 1.8.1.5v1.8.1.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 dcd3595f27..6f09e2ff8b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1.4 +DEF_VER=v1.8.1.5 LF=' ' |