From 10b61b1d1634ed974643c0224b44fb028395a510 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 22 Jul 2015 06:53:20 -0700 Subject: [PATCH] Increasing plugin API version. The layer 2 updates introduced some API changes. --- src/plugin/Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/Plugin.h b/src/plugin/Plugin.h index 32359b4686..3562891e84 100644 --- a/src/plugin/Plugin.h +++ b/src/plugin/Plugin.h @@ -14,7 +14,7 @@ // We allow to override this externally for testing purposes. #ifndef BRO_PLUGIN_API_VERSION -#define BRO_PLUGIN_API_VERSION 2 +#define BRO_PLUGIN_API_VERSION 3 #endif class ODesc;