diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-21 13:56:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-21 13:56:23 -0700 |
commit | 8c7a786b6c8eae8eac91083cdc9a6e337bc133b0 (patch) | |
tree | 6acef8f6d66f4a1ab6663919fdb867cd425310c3 /GIT-VERSION-GEN | |
parent | 8ead1bfe111085ef1ad7759e67340f074996b244 (diff) | |
download | git-8c7a786b6c8eae8eac91083cdc9a6e337bc133b0.tar.gz |
Git 1.8.0v1.8.0
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 27b490c691..b09d264a86 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.0-rc3 +DEF_VER=v1.8.0 LF=' ' |