From: Tom Peters (thopeter) Date: Mon, 23 Aug 2021 18:42:21 +0000 (+0000) Subject: Merge pull request #3036 in SNORT/snort3 from ~THOPETER/snort3:vers_back to master X-Git-Tag: 3.1.11.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc41abe10c68139a74854cdd825f928aaf813a9;p=thirdparty%2Fsnort3.git Merge pull request #3036 in SNORT/snort3 from ~THOPETER/snort3:vers_back to master Squashed commit of the following: commit 758a003c2d8f5efd015058c89052ef270b02695c Author: Tom Peters Date: Mon Aug 23 13:28:06 2021 -0400 framework: version rollback --- diff --git a/src/framework/base_api.h b/src/framework/base_api.h index e416771be..45a3a8873 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 6 +#define BASE_API_VERSION 5 // set options to API_OPTIONS to ensure compatibility #ifndef API_OPTIONS