diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-14 11:35:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-14 11:35:04 -0800 |
commit | 5f95c9f850b19b368c43ae399cc831b17a26a5ac (patch) | |
tree | 972825cf23ba10bc49e81289f628e06ad44044ff /GIT-VERSION-GEN | |
parent | release notes: typo fixes (diff) | |
download | tgif-5f95c9f850b19b368c43ae399cc831b17a26a5ac.tar.xz |
Git 1.9.0
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 79058e5a37..2b97352dd3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.0-rc3 +DEF_VER=v1.9.0 LF=' ' |