diff options
author | Ed Warnicke <hagbard@gmail.com> | 2018-09-13 07:46:58 -0500 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2018-09-13 09:50:46 -0500 |
commit | 9f624cacf379c5349e66c12b91f0b4765f7ec22c (patch) | |
tree | b8e559c94cc65e9936eabe9fbb5aa064a823e963 | |
parent | f0030614c361fdd9e967094e6dfb12dcbe90a810 (diff) |
Release notes and versions for 18.07.01 dot release
Change-Id: I57570eb3a2a397d88e8a223ba25cc04c68dfe736
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
-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]) |