From: Russ Combs Date: Sat, 12 Jul 2014 21:53:40 +0000 (-0400) Subject: get change log and version up to date X-Git-Tag: 3.0.0-233~1444^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b818172dee1e9e354fbcc4a60ffc9f1abce072;p=thirdparty%2Fsnort3.git get change log and version up to date --- diff --git a/ChangeLog b/ChangeLog index bf4bed8cd..7ec0dd5ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +100 +-- adding profiling to module +-- profile.preprocs is now profile.modules + 99 -- updated wizard diff --git a/configure.ac b/configure.ac index 027d2dc1e..9fda8402b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # initialization #-------------------------------------------------------------------------- -AC_INIT([snort], [2.10.097]) +AC_INIT([snort], [2.10.100]) AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/main.h])