aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-21 21:14:09 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-21 21:14:09 -0800
commit298d861208d71089dd308761ae96738e81ad3e68 (patch)
tree23e6466809b030db50ee7bc04c1cf3844b79db46
parent2512f15446149235156528dafbe75930c712b29e (diff)
downloadgit-298d861208d71089dd308761ae96738e81ad3e68.tar.gz
git-298d861208d71089dd308761ae96738e81ad3e68.tar.xz
Start 2.17 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.17.0.txt19
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
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 000000000..985786add
--- /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 e4c858d35..0c86f1c76 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='
'
diff --git a/RelNotes b/RelNotes
index bec73d676..7a6dc0603 120000
--- a/RelNotes
+++ b/RelNotes
@@ -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