diff options
-rw-r--r-- | RELEASE.md | 8 | ||||
-rw-r--r-- | src/configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
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]) |