]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #3036 in SNORT/snort3 from ~THOPETER/snort3:vers_back to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Mon, 23 Aug 2021 18:42:21 +0000 (18:42 +0000)
committerTom Peters (thopeter) <thopeter@cisco.com>
Mon, 23 Aug 2021 18:42:21 +0000 (18:42 +0000)
Squashed commit of the following:

commit 758a003c2d8f5efd015058c89052ef270b02695c
Author: Tom Peters <thopeter@cisco.com>
Date:   Mon Aug 23 13:28:06 2021 -0400

    framework: version rollback

src/framework/base_api.h

index e416771bedce148d4fe3eaa22cd4efb816f49a14..45a3a8873d765b46440a663dad61e3744f258813 100644 (file)
@@ -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