Increasing plugin API version.

The layer 2 updates introduced some API changes.
This commit is contained in:
Robin Sommer 2015-07-22 06:53:20 -07:00
parent 8ad504ad4f
commit 10b61b1d16

View file

@ -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;