From 6bfd8d13b047f54d099e62bad6b5c5bed904adc0 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Tue, 6 Jun 2017 17:42:05 +0200 Subject: [PATCH] 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 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])