aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-12-21 19:13:57 +0100
committerDamjan Marion <damarion@cisco.com>2016-12-21 19:13:57 +0100
commit2e70d8b31d81269330700f94fcd5a9e401a7d7e9 (patch)
tree3c92ce2f9e08210a4d6e43a7355529af4dbc5e02
parent7e4edc8d1ee9ae26747cf6ec23b76b78f0f550da (diff)
Bump to 17.04 releasev17.04-rc0
Change-Id: I94078dbb35491b4fa36f3a1d60e0ab82b542ebd9 Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--RELEASE.md7
-rw-r--r--plugins/acl-plugin/Makefile.am2
-rw-r--r--plugins/ioam-plugin/Makefile.am2
-rw-r--r--plugins/snat-plugin/Makefile.am2
-rw-r--r--vpp-api/java/configure.ac2
5 files changed, 10 insertions, 5 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 3ed72d06ffa..8bb5b705fe3 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,13 +1,18 @@
# Release Notes {#release_notes}
+* @subpage release_notes_1704
* @subpage release_notes_1701
* @subpage release_notes_1609
* @subpage release_notes_1606
+@page release_notes_1704 Release notes for VPP 17.04
+
+@todo Release 17.04 needs release notes.
+
@page release_notes_1701 Release notes for VPP 17.01
@note This release was for a while known as 16.12.
-@todo Release 17.01 needs release notes.
+@todo Release 17.01 needs release notes. It will show up here soon...
## Features
diff --git a/plugins/acl-plugin/Makefile.am b/plugins/acl-plugin/Makefile.am
index 83852d0e6cc..798a32bb8a0 100644
--- a/plugins/acl-plugin/Makefile.am
+++ b/plugins/acl-plugin/Makefile.am
@@ -68,7 +68,7 @@ install-data-hook:
# Java code generation
#
jvpp_registry_root = ../../vpp-api/java
-jvpp_registry_version = 17.01
+jvpp_registry_version = 17.04
jacl_jarfile = jvpp-acl-$(PACKAGE_VERSION).jar
jvpp_package_dir = io/fd/vpp/jvpp/acl
jvpp_root = acl/jvpp
diff --git a/plugins/ioam-plugin/Makefile.am b/plugins/ioam-plugin/Makefile.am
index 9a87767518e..b00b088c0b1 100644
--- a/plugins/ioam-plugin/Makefile.am
+++ b/plugins/ioam-plugin/Makefile.am
@@ -194,7 +194,7 @@ install-data-hook:
# Java code generation
#
jvpp_registry_root = ../../vpp-api/java
-jvpp_registry_version = 17.01
+jvpp_registry_version = 17.04
jioam_trace_jarfile = jvpp-ioam-trace-$(PACKAGE_VERSION).jar
jvpp_trace_package_dir = io/fd/vpp/jvpp/ioamtrace
jvpp_root = ioam/jvpp
diff --git a/plugins/snat-plugin/Makefile.am b/plugins/snat-plugin/Makefile.am
index 48dcc3a8385..e1922eb0a8d 100644
--- a/plugins/snat-plugin/Makefile.am
+++ b/plugins/snat-plugin/Makefile.am
@@ -63,7 +63,7 @@ install-data-hook:
# Java code generation
#
jvpp_registry_root = ../../vpp-api/java
-jvpp_registry_version = 17.01
+jvpp_registry_version = 17.04
jsnat_jarfile = jvpp-snat-$(PACKAGE_VERSION).jar
jvpp_package_dir = io/fd/vpp/jvpp/snat
jvpp_root = snat/jvpp
diff --git a/vpp-api/java/configure.ac b/vpp-api/java/configure.ac
index 556a899d192..3082781ec4d 100644
--- a/vpp-api/java/configure.ac
+++ b/vpp-api/java/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(jvpp, 17.01)
+AC_INIT(jvpp, 17.04)
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE