Start 2.17 cycle

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 21, 2018 at 21:14 UTC 298d861208d71089dd308761ae96738e81ad3e68
3 files changed +21 -2
Documentation/RelNotes/2.17.0.txt new
+19
@@ -0,0 +1,19 @@
1 +Git 2.17 Release Notes
2 +======================
3 +
4 +Updates since v2.16
5 +-------------------
6 +
7 +UI, Workflows & Features
8 +
9 +
10 +Performance, Internal Implementation, Development Support etc.
11 +
12 +
13 +Also contains various documentation updates and code clean-ups.
14 +
15 +
16 +Fixes since v2.16
17 +-----------------
18 +
19 + * Other minor doc, test and build updates and code cleanups.
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.16.0
4 +DEF_VER=v2.16.GIT
5
6 LF='
7 '
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.16.0.txt
\ No newline at end of file
1 +Documentation/RelNotes/2.17.0.txt
\ No newline at end of file