diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:42:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:42:12 -0800 |
commit | 5512ac5840c8bcaa487806cf402ff960091ab244 (patch) | |
tree | e8af4415d488ec736b1076372fa93e0e6cd507cf /GIT-VERSION-GEN | |
parent | 59f3e3f1e2b600f122e011b3d90309736799e25d (diff) | |
download | git-5512ac5840c8bcaa487806cf402ff960091ab244.tar.gz |
Git 1.8.5.2v1.8.5.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 6dd0ec1270..0ec4d003fa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.5.1 +DEF_VER=v1.8.5.2 LF=' ' |