diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:16:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-17 12:16:17 -0700 |
commit | ee6ad5f4d56e697c972af86cbefdf269b386e470 (patch) | |
tree | becb774bdfbe40bc26e4cac9de1a9663b414a9ad /GIT-VERSION-GEN | |
parent | 8833ccd7d020a6160240a4933be91370e6f59c48 (diff) | |
download | git-ee6ad5f4d56e697c972af86cbefdf269b386e470.tar.gz |
Git 2.5.3v2.5.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 9e3723eee3..7915077d2a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.2 +DEF_VER=v2.5.3 LF=' ' |