Bump vpp version to 17.04.2 for next development cycle 31/7031/1
authorMarek Gradzki <[email protected]>
Tue, 6 Jun 2017 15:42:05 +0000 (17:42 +0200)
committerMarek Gradzki <[email protected]>
Tue, 6 Jun 2017 15:51:06 +0000 (17:51 +0200)
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 <[email protected]>
src/configure.ac

index 364e70b..fb2ead6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([vpp], [17.04], [[email protected]])
+AC_INIT([vpp], [17.04.2], [[email protected]])
 LT_INIT
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE([subdir-objects])