diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-14 08:04:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-14 08:04:50 -0800 |
commit | e4f59a32de3f90ff5aabc09b9da6bd5818c5076b (patch) | |
tree | 6cc674ff3d834c20a48d85834183819bee74e2eb /GIT-VERSION-GEN | |
parent | dca93d2b017184077104cf40566a7518fcf41ecb (diff) | |
download | git-e4f59a32de3f90ff5aabc09b9da6bd5818c5076b.tar.gz |
Git 1.8.1.1v1.8.1.1
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 72e37c9bfe..c572e8da13 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1 +DEF_VER=v1.8.1.1 LF=' ' |