diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-10-04 13:40:18 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-12-15 12:11:55 -0500 |
commit | 3ae4e63128e24505f0af7475711d9054e3c19a00 (patch) | |
tree | 8add011a6ab58dc6be64ed43f4d3bc1753092851 /config/suricata/suricata_post_install.php | |
parent | 0c5c925312ce02971d1c985ccfb449accd21e116 (diff) | |
download | pfsense-packages-3ae4e63128e24505f0af7475711d9054e3c19a00.tar.gz pfsense-packages-3ae4e63128e24505f0af7475711d9054e3c19a00.tar.bz2 pfsense-packages-3ae4e63128e24505f0af7475711d9054e3c19a00.zip |
Bump Suricata binary to 2.0.4 and package GUI to v2.0.3
Diffstat (limited to 'config/suricata/suricata_post_install.php')
-rw-r--r-- | config/suricata/suricata_post_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_post_install.php b/config/suricata/suricata_post_install.php index 5b6defeb..972539ac 100644 --- a/config/suricata/suricata_post_install.php +++ b/config/suricata/suricata_post_install.php @@ -238,7 +238,7 @@ 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.0.2"; +$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.0.3"; write_config("Suricata pkg: updated GUI package version number."); // Done with post-install, so clear flag |