diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-13 11:10:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-13 11:10:18 -0700 |
commit | 425df881e08bed7a8fcc9a23f452cff792f9ec6c (patch) | |
tree | 73f2e822a7fe155265d41ec3812174496667cf51 /GIT-VERSION-GEN | |
parent | eaaec50fcd705b10f59e1104e22914f844eaf4de (diff) | |
download | git-425df881e08bed7a8fcc9a23f452cff792f9ec6c.tar.gz |
Git 1.8.4-rc3v1.8.4-rc3
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 2c49e42fe5..12fef58cbb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.4-rc2 +DEF_VER=v1.8.4-rc3 LF=' ' |