diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-13 11:28:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-13 11:28:08 -0700 |
commit | 239222f587ed06f96d90dd71c66d80a2b1e3dc9f (patch) | |
tree | d2d133bfe0e6160bd91214064c95c6f9c8708496 /GIT-VERSION-GEN | |
parent | ce432cac30f98b291be609a0fc974042a2156f55 (diff) | |
download | git-239222f587ed06f96d90dd71c66d80a2b1e3dc9f.tar.gz |
Git 1.8.2v1.8.2
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 c725291fcc..f189b7889e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.2-rc3 +DEF_VER=v1.8.2 LF=' ' |