From: Russ Combs Date: Wed, 8 Oct 2014 16:00:07 +0000 (-0400) Subject: version / build change X-Git-Tag: 3.0.0-233~1383^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75ec719ff2ed02cf8728770a3376727c3421fb3;p=thirdparty%2Fsnort3.git version / build change --- diff --git a/ChangeLog b/ChangeLog index 371c3884d..e36dbc94a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ -- fixed reload_config() -- tweak error for x = { 1 } where x is a table not a list -- some make distcheck fixes (still broken) +-- changed version to 2.10.0 and build to 123 123 -- refactored documentation diff --git a/configure.ac b/configure.ac index d9b9cb8fc..38904e54a 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # initialization #-------------------------------------------------------------------------- -AC_INIT([snort], [2.10.123]) +AC_INIT([snort], [2.10.0]) AC_PREREQ([2.68]) AC_CONFIG_SRCDIR([src/main.h]) diff --git a/src/main/build.h b/src/main/build.h index 571819b81..5c2daaf4d 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -1 +1 @@ -#define BUILD "0" +#define BUILD "123" diff --git a/src/utils/util.cc b/src/utils/util.cc index ae6658fed..d80c3eb07 100644 --- a/src/utils/util.cc +++ b/src/utils/util.cc @@ -104,10 +104,9 @@ int DisplayBanner(void) const char * zlib_ver; info = getenv("HOSTTYPE"); + if( !info ) - { - info="from 296-9"; // last sync with head - } + info="from 2.9.6-9"; // last sync with head pcre_ver = pcre_version(); zlib_ver = zlib_version;