diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-30 10:16:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-30 10:16:16 -0700 |
commit | 992c38644a4b001bdc89b5b5008fc5f6674ed5b7 (patch) | |
tree | cc7fc809f371a37fa2ed9a41d3110e9bde82e8fa /GIT-VERSION-GEN | |
parent | Merge branch 'bc/completion-for-bash-3.0' (diff) | |
download | tgif-992c38644a4b001bdc89b5b5008fc5f6674ed5b7.tar.xz |
Start the post-1.8.4 cycle
It is tentatively called 1.8.5, but it should be an easy matter of
renaming the release-notes file and RelNotes symlink to later call
it 1.9 near the end of the cycle if we wanted to.
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 06026eaed7..b444c18f17 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.4 +DEF_VER=v1.8.4.GIT LF=' ' |