aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-06-06 17:42:05 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-06-06 17:51:06 +0200
commit6bfd8d13b047f54d099e62bad6b5c5bed904adc0 (patch)
treecff2af51a9360f6266bed2a028b88d9aa5f5f829
parent0a796ae9932c8b827329ffe1ba10433c49c2c2e4 (diff)
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>
-rw-r--r--src/configure.ac2
1 files changed, 1 insertions, 1 deletions
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])