diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-31 14:24:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-31 14:25:57 -0800 |
commit | 5d417842efeafb6e109db7574196901c4e95d273 (patch) | |
tree | 813eeba9384c849f2fb102b13257aa0aa0b7039b /GIT-VERSION-GEN | |
parent | 3b73c7d1c8a3e76c6e15a294bd5c3e2a04efa7ea (diff) | |
download | git-5d417842efeafb6e109db7574196901c4e95d273.tar.gz |
Git 1.8.1v1.8.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 b2dffc839f..72e37c9bfe 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1-rc3 +DEF_VER=v1.8.1 LF=' ' |