diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-18 15:01:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-18 15:01:19 -0700 |
commit | 048d4d98b35e78c44d93b8009f7b11823660e007 (patch) | |
tree | f0387ac7d84c2409318f2a53fd96bf6ba23dff07 /GIT-VERSION-GEN | |
parent | 1c71541ddd51968ca2957063b00da42941d13d98 (diff) | |
download | git-048d4d98b35e78c44d93b8009f7b11823660e007.tar.gz |
Start the post 1.8.2 cycle
Again, tentatively let's call this cycle 1.8.3.
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 f189b7889e..6722e621d1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.2 +DEF_VER=v1.8.2.GIT LF=' ' |