diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-26 15:45:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-26 15:45:09 -0700 |
commit | b75cdfaa882a00f2274e74b21c1a9927d184ed29 (patch) | |
tree | 18b323f367c31a11a169a6fa9a6d05603bad6024 /GIT-VERSION-GEN | |
parent | 2a407d7443b0ff2832f0bad0db0dd5b1858fde8d (diff) | |
download | git-b75cdfaa882a00f2274e74b21c1a9927d184ed29.tar.gz |
Git 1.8.3-rc0v1.8.3-rc0
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 6722e621d1..293d0b9fa4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.2.GIT +DEF_VER=v1.8.3-rc0 LF=' ' |