diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:48:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:48:16 -0700 |
commit | e634160bf457f8b3a91125307681c9493f11afb2 (patch) | |
tree | 4cece8c0368cf4ab66d30770119f2ffc352cc0d8 /GIT-VERSION-GEN | |
parent | 33eacd3ff43e49109594c44e93b7ee66725fb8af (diff) | |
download | git-e634160bf457f8b3a91125307681c9493f11afb2.tar.gz git-e634160bf457f8b3a91125307681c9493f11afb2.tar.xz |
Git 2.9.2v2.9.2
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 2dadb9c21..09f1228bc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.9.1 +DEF_VER=v2.9.2 LF=' ' |