X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fconfigure.ac;h=f90ff9686afae628b0aa2c6e8ebcf904fe57e6f3;hb=e22aa7415403dea9db7e7ea83658f2020e6dabcb;hp=f5ce3be250cab0363c04f72ee5648cfc9eae489c;hpb=dc15be2ca7c51772b00e4c5548934a35aa7e4add;p=vpp.git diff --git a/src/configure.ac b/src/configure.ac index f5ce3be250c..f90ff9686af 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vpp], [17.10], [vpp-dev@fd.io]) +AC_INIT([vpp], [18.01], [vpp-dev@fd.io]) LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects]) @@ -191,6 +191,7 @@ PLUGIN_ENABLED(memif) PLUGIN_ENABLED(pppoe) PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(nat) +PLUGIN_ENABLED(stn) ############################################################################### # Dependency checks