diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-05-09 10:59:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-09 10:59:07 -0700 |
commit | eea591373e139fc8aab89a78ccb0b1512a2bf0de (patch) | |
tree | 1b2474fe86604d69c6955a3273b04e0f80dcaad2 /GIT-VERSION-GEN | |
parent | e28dcdce137b6ce53343aec3a4eccc0cd6f294b5 (diff) | |
download | git-eea591373e139fc8aab89a78ccb0b1512a2bf0de.tar.gz |
Git 1.9.3v1.9.3
The third maintenance release for Git 1.9; contains all the fixes
that are scheduled to appear in Git 2.0 since 1.9.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 5d2bf82085..3b385d3078 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.2 +DEF_VER=v1.9.3 LF=' ' |