diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-06 10:47:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-06 10:47:58 -0700 |
commit | e8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d (patch) | |
tree | 2f09feaaf4e8d0f4ac63a2f0b956eed1bd0a9ead /GIT-VERSION-GEN | |
parent | spec: add missing build dependency (diff) | |
download | tgif-e8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d.tar.xz |
Git 1.7.10
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 57658cd953..1f55d3e900 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10-rc4 +DEF_VER=v1.7.10 LF=' ' |