diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-13 11:28:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-13 11:28:26 -0800 |
commit | 4224916ae979204f13db2996d9e32490e0acb90f (patch) | |
tree | 68bb21baf3a261d20820db808ac4fa705bd14ced /GIT-VERSION-GEN | |
parent | Merge branch 'nd/daemon-informative-errors-typofix' into maint (diff) | |
download | tgif-4224916ae979204f13db2996d9e32490e0acb90f.tar.xz |
Git 1.8.5.3
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 0ec4d003fa..a8f58ee282 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.5.2 +DEF_VER=v1.8.5.3 LF=' ' |