diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-13 15:33:28 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-13 15:33:28 -0400 |
commit | c662caf2c669edfd94022f1afe566f2939b8f13b (patch) | |
tree | d9e134a6312bb1cbc0af4ae703867fa7a92355cd /config/snort/snort.inc | |
parent | e9423bf7fb424aad2474a07a01b5623859ba73ca (diff) | |
download | pfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.tar.gz pfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.tar.bz2 pfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.zip |
Bump Snort package version to 2.9.6.2 pkg v3.1.3
Diffstat (limited to 'config/snort/snort.inc')
-rwxr-xr-x | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 96ebe28f..e8a97866 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -51,7 +51,7 @@ $snortver = array(); exec("/usr/local/bin/snort -V 2>&1 |/usr/bin/grep Version | /usr/bin/cut -c20-26", $snortver); /* Used to indicate latest version of this include file has been loaded */ -$pfSense_snort_version = "3.1.2"; +$pfSense_snort_version = "3.1.3"; /* get installed package version for display */ $snort_package_version = "Snort {$config['installedpackages']['package'][get_pkg_id("snort")]['version']}"; |