diff options
author | Ermal <eri@pfsense.org> | 2014-05-02 07:05:31 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-05-02 07:05:31 +0000 |
commit | bb88eed5e00ea1064d61020e59349b83f4c633d1 (patch) | |
tree | c6ea0dd021518a60e3a52dbabeb96924fed7ea84 /config/snort/snort_post_install.php | |
parent | 8c1bd093956b0964c7ed63ca7b9586567e354317 (diff) | |
parent | c2e089749a4abc6dbdd4d5eb4fb23d47cbc42fda (diff) | |
download | pfsense-packages-bb88eed5e00ea1064d61020e59349b83f4c633d1.tar.gz pfsense-packages-bb88eed5e00ea1064d61020e59349b83f4c633d1.tar.bz2 pfsense-packages-bb88eed5e00ea1064d61020e59349b83f4c633d1.zip |
Merge pull request #653 from bmeeks8/snort-3.0.8
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r-- | config/snort/snort_post_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php index dbac41ef..8d3c427d 100644 --- a/config/snort/snort_post_install.php +++ b/config/snort/snort_post_install.php @@ -1494,7 +1494,7 @@ if (stristr($config['widgets']['sequence'], "snort_alerts-container") === FALSE) $config['widgets']['sequence'] .= ",{$snort_widget_container}"; /* Update Snort package version in configuration */ -$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.0.7"; +$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.0.8"; write_config("Snort pkg: post-install configuration saved."); /* Done with post-install, so clear flag */ |