diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-31 23:57:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-31 23:57:10 +0200 |
commit | 52735a689270bb1de94eb3de198594b36caed9bb (patch) | |
tree | 0fa9d886b6d277acb47e7e893bce706574057197 /GIT-VERSION-GEN | |
parent | Merge branch 'ss/pull-rebase-preserve' into maint (diff) | |
download | git-52735a689270bb1de94eb3de198594b36caed9bb.tar.xz git-52735a689270bb1de94eb3de198594b36caed9bb.zip |
Git 2.3.5v2.3.5
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 9905751fc2..7e0ccef568 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.4 +DEF_VER=v2.3.5 LF=' ' |