From: Marek Gradzki Date: Tue, 6 Jun 2017 15:42:05 +0000 (+0200) Subject: Bump vpp version to 17.04.2 for next development cycle X-Git-Tag: v17.04.2~2 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=6bfd8d13b047f54d099e62bad6b5c5bed904adc0;p=vpp.git Bump vpp version to 17.04.2 for next development cycle 17.04.2 was used, because 17.04.1 tag was already laid. One of the reasons to bump version for bux fix release is to have correct version of jvpp artifacts in nexus. Currently jvpp jars are published as 17.04-SNAPSHOT and (by nexus desing) are cleaned up on daily basis because 17.04 artifacts are already in release repository. Change-Id: Id541c7423c9616cf7baef90c1c784bb442660f0e Signed-off-by: Marek Gradzki --- diff --git a/src/configure.ac b/src/configure.ac index 364e70b3090..fb2ead6d371 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vpp], [17.04], [vpp-dev@fd.io]) +AC_INIT([vpp], [17.04.2], [vpp-dev@fd.io]) LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects])