diff --git a/rust/sys/src/sys.rs b/rust/sys/src/sys.rs index 314daecc4d..cc2945242a 100644 --- a/rust/sys/src/sys.rs +++ b/rust/sys/src/sys.rs @@ -60,7 +60,7 @@ extern "C" { alproto: AppProto, proto_name: *const ::std::os::raw::c_char, ); } -pub const SC_API_VERSION: u64 = 2048; +pub const SC_API_VERSION: u64 = 2304; #[doc = " Structure to define a Suricata plugin."] #[repr(C)] #[derive(Debug, Copy, Clone)] diff --git a/src/suricata-plugin.h b/src/suricata-plugin.h index 612596b875..a89f42ce43 100644 --- a/src/suricata-plugin.h +++ b/src/suricata-plugin.h @@ -32,7 +32,7 @@ // Do not reuse autoconf PACKAGE_VERSION which is a string // Defined as major version.minor version (no patch version) -static const uint64_t SC_API_VERSION = 0x0800; +static const uint64_t SC_API_VERSION = 0x0900; #define SC_PACKAGE_VERSION PACKAGE_VERSION /**