diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-21 21:14:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-21 21:14:09 -0800 |
commit | 298d861208d71089dd308761ae96738e81ad3e68 (patch) | |
tree | 23e6466809b030db50ee7bc04c1cf3844b79db46 | |
parent | 2512f15446149235156528dafbe75930c712b29e (diff) | |
download | git-298d861208d71089dd308761ae96738e81ad3e68.tar.gz |
Start 2.17 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.17.0.txt | 19 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 | ||||
l--------- | RelNotes | 2 |
3 files changed, 21 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.17.0.txt b/Documentation/RelNotes/2.17.0.txt new file mode 100644 index 0000000000..985786add9 --- /dev/null +++ b/Documentation/RelNotes/2.17.0.txt @@ -0,0 +1,19 @@ +Git 2.17 Release Notes +====================== + +Updates since v2.16 +------------------- + +UI, Workflows & Features + + +Performance, Internal Implementation, Development Support etc. + + +Also contains various documentation updates and code clean-ups. + + +Fixes since v2.16 +----------------- + + * Other minor doc, test and build updates and code cleanups. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e4c858d35b..0c86f1c768 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.16.0 +DEF_VER=v2.16.GIT LF=' ' @@ -1 +1 @@ -Documentation/RelNotes/2.16.0.txt
\ No newline at end of file +Documentation/RelNotes/2.17.0.txt
\ No newline at end of file |