From 9f624cacf379c5349e66c12b91f0b4765f7ec22c Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 13 Sep 2018 07:46:58 -0500 Subject: Release notes and versions for 18.07.01 dot release Change-Id: I57570eb3a2a397d88e8a223ba25cc04c68dfe736 Signed-off-by: Ed Warnicke --- RELEASE.md | 8 ++++++++ src/configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 425d7381706..bde780da8ac 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,6 +12,14 @@ * @subpage release_notes_1609 * @subpage release_notes_1606 +@page release_notes_18011 Release notes for VPP 18.07.1 + +This is bug fix release. + +For the full list of fixed issues please refer to: +- fd.io [JIRA](https://jira.fd.io) +- git [commit log](https://git.fd.io/vpp/log/?h=stable/1801) + @page release_notes_1807 Release notes for VPP 18.07 More than 533 commits since the 18.04 release. diff --git a/src/configure.ac b/src/configure.ac index 170a9083590..3281555f81a 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vpp], [18.07], [vpp-dev@fd.io]) +AC_INIT([vpp], [18.07.01], [vpp-dev@fd.io]) LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects]) -- cgit 1.2.3-korg