diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:58:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-08 22:58:36 -0700 |
commit | 212f0ba357cde43d1cf66692f73a2f662d13ac55 (patch) | |
tree | 165e56991f3d134779594ac2d197bcec1e47b41c /GIT-VERSION-GEN | |
parent | b7511571e3ecd6b81a47e42a52cf9b5160a3d6e9 (diff) | |
download | git-212f0ba357cde43d1cf66692f73a2f662d13ac55.tar.gz |
Start 1.7.2 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 0ad39484ec..59219bd6a5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1 +DEF_VER=v1.7.1.GIT LF=' ' |