diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-29 13:46:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-29 13:46:18 -0800 |
commit | 85da4d459bd6fe11189a2ccf560c952b31ed67b2 (patch) | |
tree | 9ee1af20398904b121396b8e494e34d4aa1fd5b8 /GIT-VERSION-GEN | |
parent | 5a304dd303cd47d8b05b17766399010a674e799a (diff) | |
download | git-85da4d459bd6fe11189a2ccf560c952b31ed67b2.tar.gz |
Kick off the post 1.7.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 70204f87f9..c25fd2a374 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.9 +DEF_VER=v1.7.9.GIT LF=' ' |