srv6-as: fixing version 33/10233/3
authorFrancois Clad <fclad@cisco.com>
Wed, 24 Jan 2018 15:24:03 +0000 (16:24 +0100)
committerNeale Ranns <nranns@cisco.com>
Thu, 25 Jan 2018 13:28:04 +0000 (13:28 +0000)
Change-Id: I0ce60729e82536d9a97823bc6701e62bf364ea6c
Signed-off-by: Francois Clad <fclad@cisco.com>
src/plugins/srv6-as/as.c

index d027656..b8ce68c 100644 (file)
@@ -21,6 +21,7 @@
 #include <vnet/vnet.h>
 #include <vnet/adj/adj.h>
 #include <vnet/plugin/plugin.h>
+#include <vpp/app/version.h>
 #include <srv6-as/as.h>
 
 #define SID_CREATE_IFACE_FEATURE_ERROR  -1
@@ -488,7 +489,7 @@ VNET_FEATURE_INIT (srv6_as6_rewrite, static) =
 VLIB_INIT_FUNCTION (srv6_as_init);
 
 VLIB_PLUGIN_REGISTER () = {
-  .version = "1.0",
+  .version = VPP_BUILD_VER,
   .description = "Static SRv6 proxy",
 };
 /* *INDENT-ON* */