diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-06-21 11:08:23 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-06-21 11:08:23 -0300 |
commit | 96ea5d31f1249839ab02d19a9a1f836a018c6998 (patch) | |
tree | 268ba49e14f5d53874c981d73994e319731c2c54 /config/snort/snort.inc | |
parent | 2eb1127c38349c26687604ebff93e1277df4d093 (diff) | |
download | pfsense-packages-96ea5d31f1249839ab02d19a9a1f836a018c6998.tar.gz pfsense-packages-96ea5d31f1249839ab02d19a9a1f836a018c6998.tar.bz2 pfsense-packages-96ea5d31f1249839ab02d19a9a1f836a018c6998.zip |
Bump Snort GUI package version to 3.0.13
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 c0c5756c..47274e77 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -54,7 +54,7 @@ if (empty($snort_version)) $snort_version = "2.9.6.0"; /* Used to indicate latest version of this include file has been loaded */ -$pfSense_snort_version = "3.0.8"; +$pfSense_snort_version = "3.0.13"; /* get installed package version for display */ $snort_package_version = "Snort {$config['installedpackages']['package'][get_pkg_id("snort")]['version']}"; |