diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-02 10:44:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-02 10:56:08 -0800 |
commit | 298caa7e9e2a813e6d80cf77c64f87ae04c731ff (patch) | |
tree | c2b023457d0985d706d8c1a7b2891612920d4d08 /GIT-VERSION-GEN | |
parent | 8f98074c6a4667325605b043ca0ae6fe3f019c78 (diff) | |
download | git-298caa7e9e2a813e6d80cf77c64f87ae04c731ff.tar.gz |
Start 1.8.2 cycle
Various fixes that have been cooking in 'next' have been merged. All
of them should go to 'maint' for 1.8.1.1 later.
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 72e37c9bfe..e9f7abca91 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1 +DEF_VER=v1.8.1.GIT LF=' ' |