diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-09 21:04:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-09 21:04:34 +0200 |
commit | 0bc85abb7aa9b24b093253018801a0fb43d01122 (patch) | |
tree | 33cd122d8f79160cf99db6467b17d704baeec24f /GIT-VERSION-GEN | |
parent | Merge branch 'jl/nor-or-nand-and' into maint (diff) | |
download | git-0bc85abb7aa9b24b093253018801a0fb43d01122.tar.xz git-0bc85abb7aa9b24b093253018801a0fb43d01122.zip |
Git 1.9.2v1.9.2
The second maintenance release for Git 1.9; contains all the fixes
that are scheduled to appear in Git 2.0.
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 220afbd971..5d2bf82085 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.1 +DEF_VER=v1.9.2 LF=' ' |