diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-06 11:20:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-06 11:20:04 -0800 |
commit | 077f43447c4931dd2e7890f16e8728f7f7376b87 (patch) | |
tree | 4a14e4187e45d7cb49d0565bb4ff92c7aa57523f /GIT-VERSION-GEN | |
parent | dd1cec578dc626f4e1bef1aa09c00984dae5f482 (diff) | |
download | git-077f43447c4931dd2e7890f16e8728f7f7376b87.tar.gz |
Start 1.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 99a62f3baf..b9532f0ce4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.5 +DEF_VER=v1.8.5.GIT LF=' ' |