]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
version / build change
authorRuss Combs <rucombs@cisco.com>
Wed, 8 Oct 2014 16:00:07 +0000 (12:00 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 8 Oct 2014 16:00:07 +0000 (12:00 -0400)
ChangeLog
configure.ac
src/main/build.h
src/utils/util.cc

index 371c3884d60fbc5ce7c6dbfb62c90e641d213de2..e36dbc94af15c1157128e0d375dc6e5472127818 100644 (file)
--- 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
index d9b9cb8fcf2d51d10a6aa1505942d0f23789965f..38904e54a89df26278f48072096aef90798b345a 100644 (file)
@@ -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])
index 571819b81b5f3e535bab1f3e885b0eb264d044da..5c2daaf4d4da6b4ea6abd6dbba15fc34d1129392 100644 (file)
@@ -1 +1 @@
-#define BUILD "0"
+#define BUILD "123"
index ae6658fedd1741c1d5557d7ad3db8f29d5d0c2ab..d80c3eb077c81e5902a3cff89b265e2e762dd8b7 100644 (file)
@@ -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;