aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort.inc
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-11-11 13:57:31 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-11-11 13:57:31 -0500
commit1a4a8a76dde91010ec684ac5ee76a7ec74dee8d7 (patch)
tree451bd062d82b7caee061784ab69ae7cd564e1bef /config/snort/snort.inc
parent3ecae655db5132090a687c24a931cd19ea0f0ceb (diff)
downloadpfsense-packages-1a4a8a76dde91010ec684ac5ee76a7ec74dee8d7.tar.gz
pfsense-packages-1a4a8a76dde91010ec684ac5ee76a7ec74dee8d7.tar.bz2
pfsense-packages-1a4a8a76dde91010ec684ac5ee76a7ec74dee8d7.zip
Bump Snort GUI pkg version to 3.1.5
Diffstat (limited to 'config/snort/snort.inc')
-rwxr-xr-xconfig/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index e19119cf..5c113d27 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.4";
+$pfSense_snort_version = "3.1.5";
/* get installed package version for display */
$snort_package_version = "Snort {$config['installedpackages']['package'][get_pkg_id("snort")]['version']}";