diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-02-04 18:04:20 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-02-04 18:04:20 -0500 |
commit | 2913f596fc1a87d20a8d2aac9e2eadfc5bc8787d (patch) | |
tree | 216b6682605a1b6a2a96e248f69f7bea72413992 /config/suricata/suricata_post_install.php | |
parent | 6f6eaffe83fc541e207df8207ee944e725f50dec (diff) | |
download | pfsense-packages-2913f596fc1a87d20a8d2aac9e2eadfc5bc8787d.tar.gz pfsense-packages-2913f596fc1a87d20a8d2aac9e2eadfc5bc8787d.tar.bz2 pfsense-packages-2913f596fc1a87d20a8d2aac9e2eadfc5bc8787d.zip |
Bump Suricata GUI package version to 2.1.4
Diffstat (limited to 'config/suricata/suricata_post_install.php')
-rw-r--r-- | config/suricata/suricata_post_install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/suricata/suricata_post_install.php b/config/suricata/suricata_post_install.php index b2e7c674..61d37130 100644 --- a/config/suricata/suricata_post_install.php +++ b/config/suricata/suricata_post_install.php @@ -281,8 +281,8 @@ if (empty($config['installedpackages']['suricata']['config'][0]['forcekeepsettin conf_mount_ro(); // Update Suricata package version in configuration -$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.1.2"; -write_config("Suricata pkg v2.1.2: post-install configuration saved."); +$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.1.4"; +write_config("Suricata pkg v2.1.4: post-install configuration saved."); // Done with post-install, so clear flag unset($g['suricata_postinstall']); |