From: Tom Peters (thopeter) Date: Tue, 29 Jun 2021 21:12:21 +0000 (+0000) Subject: Merge pull request #2959 in SNORT/snort3 from ~THOPETER/snort3:version3 to master X-Git-Tag: 3.1.7.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad06966a4a185f100e76073acfcfca91c85bc19;p=thirdparty%2Fsnort3.git Merge pull request #2959 in SNORT/snort3 from ~THOPETER/snort3:version3 to master Squashed commit of the following: commit be78cd5e45d518c782398c453c141b490bf7a9a3 Author: Tom Peters Date: Tue Jun 29 13:52:56 2021 -0400 framework: update base API version to 3 --- diff --git a/src/framework/base_api.h b/src/framework/base_api.h index c95877d7b..973ae216e 100644 --- a/src/framework/base_api.h +++ b/src/framework/base_api.h @@ -29,7 +29,7 @@ // this is the current version of the base api // must be prefixed to subtype version -#define BASE_API_VERSION 2 +#define BASE_API_VERSION 3 // set options to API_OPTIONS to ensure compatibility #ifndef API_OPTIONS