]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2959 in SNORT/snort3 from ~THOPETER/snort3:version3 to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Tue, 29 Jun 2021 21:12:21 +0000 (21:12 +0000)
committerTom Peters (thopeter) <thopeter@cisco.com>
Tue, 29 Jun 2021 21:12:21 +0000 (21:12 +0000)
Squashed commit of the following:

commit be78cd5e45d518c782398c453c141b490bf7a9a3
Author: Tom Peters <thopeter@cisco.com>
Date:   Tue Jun 29 13:52:56 2021 -0400

    framework: update base API version to 3

src/framework/base_api.h

index c95877d7b6bea9cfae01b6afade3a008fc4e4055..973ae216ea1d7c20409e07688fd8086aa5d2ebe7 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 2
+#define BASE_API_VERSION 3
 
 // set options to API_OPTIONS to ensure compatibility
 #ifndef API_OPTIONS