diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-05 11:38:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-05 11:38:19 -0800 |
commit | 1b74f643f6929c94e0ce6643ffd78e198e4e2bd0 (patch) | |
tree | f692be259964552c4f28afab279afff452d7111e | |
parent | b260d265e189728b26e50506ac6ffab6a7d588da (diff) | |
download | git-1b74f643f6929c94e0ce6643ffd78e198e4e2bd0.tar.gz git-1b74f643f6929c94e0ce6643ffd78e198e4e2bd0.tar.xz |
Start post 2.2 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 aa9dab2de..53dd6b328 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.2.0 +DEF_VER=v2.2.0.GIT LF=' ' |