diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-12-13 21:04:03 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-12-13 21:04:03 +0900 |
| commit | 82689d5e5d3f41da2ab1fbf9fbe7aacfd6da74c1 (patch) | |
| tree | a92adef507e1ae6d63b05e01fa99b3fa44d5171c | |
| parent | Sync with Git 2.30.7 (diff) | |
| download | git-2.31.6.tar.gz git-2.31.6.zip | |
Git 2.31.6v2.31.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.31.6.txt | 5 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 | ||||
| l--------- | RelNotes | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.31.6.txt b/Documentation/RelNotes/2.31.6.txt new file mode 100644 index 0000000000..425a51875a --- /dev/null +++ b/Documentation/RelNotes/2.31.6.txt @@ -0,0 +1,5 @@ +Git v2.31.6 Release Notes +========================= + +This release merges the security fix that appears in v2.30.7; see +the release notes for that version for details. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 91a5ae7739..7e159104b2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.31.5 +DEF_VER=v2.31.6 LF=' ' @@ -1 +1 @@ -Documentation/RelNotes/2.31.5.txt
\ No newline at end of file +Documentation/RelNotes/2.31.6.txt
\ No newline at end of file |
