diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-20 11:06:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-20 11:06:49 -0700 |
commit | ab7797dbe95fff38d9265869ea367020046db118 (patch) | |
tree | 2a6c669e288a031d40c78dc43b6ef87ff010f892 /GIT-VERSION-GEN | |
parent | d15c05a5d016bfd637fa1966951ae0686d17272e (diff) | |
download | git-ab7797dbe95fff38d9265869ea367020046db118.tar.gz |
Start the post-2.9 cycle
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 ae4f560385..0fe02a6ce2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.9.0 +DEF_VER=v2.9.0.GIT LF=' ' |