Skip to content

Commit 298d861

Browse files
committed
Start 2.17 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2512f15 commit 298d861

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documentation/RelNotes/2.17.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.16.0
4+
DEF_VER=v2.16.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.16.0.txt
1+
Documentation/RelNotes/2.17.0.txt

0 commit comments

Comments
 (0)