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 <mgradzki@cisco.com>
This commit is contained in:
Marek Gradzki
2017-06-06 17:42:05 +02:00
parent 0a796ae993
commit 6bfd8d13b0

View File

@ -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])