-- 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
# initialization
#--------------------------------------------------------------------------
-AC_INIT([snort], [2.10.123])
+AC_INIT([snort], [2.10.0])
AC_PREREQ([2.68])
AC_CONFIG_SRCDIR([src/main.h])
-#define BUILD "0"
+#define BUILD "123"
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;