From: Russ Combs Date: Fri, 29 Apr 2016 15:16:56 +0000 (-0400) Subject: build 196 X-Git-Tag: 3.0.0-233~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ff01618964c959ea641c7bd927a1367f195e58c;p=thirdparty%2Fsnort3.git build 196 --- diff --git a/ChangeLog b/ChangeLog index a48ee3fd6..0618b59ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +16/04/29 - build 196 + +-- overhaul cmake foo +-- update extras to better serve as examples +-- cleanup use of protocol numbers and identifiers +-- continued stream_tcp refactoring +-- continued dce2 port +-- more static analysis memory leak fixes + 16/04/22 - build 195 -- added packet_capture module diff --git a/src/main/build.h b/src/main/build.h index d3354129a..289dcceff 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "195" +#define BUILD "196" #endif